Browse Source

删除注释

lifanagju_citu 1 week ago
parent
commit
196a29a4f2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      store/user.js

+ 0 - 1
store/user.js

@@ -105,7 +105,6 @@ export const userStore = defineStore('user', {
     // 校验是否完善人才必填信息
     checkPersonBaseInfoFun(data) {
       data = data || {}
-      // 待门墩儿测试后开放
       if (!data || !Object.keys(data).length || data.type === undefined || data.type === null) {
         showAuthModal('selectUserType')
         return