Explorar el Código

功能开发完成,待上线

lifanagju_citu hace 2 meses
padre
commit
2016cad7fb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      store/user.js

+ 1 - 1
store/user.js

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