Browse Source

功能开发完成,待上线

lifanagju_citu 2 months ago
parent
commit
2016cad7fb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      store/user.js

+ 1 - 1
store/user.js

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