Browse Source

selectUserType

lifanagju_citu 1 month ago
parent
commit
48da48f090
1 changed files with 1 additions and 1 deletions
  1. 1 1
      store/modal.js

+ 1 - 1
store/modal.js

@@ -3,7 +3,7 @@ import { defineStore } from 'pinia';
 export const modalStore = defineStore({
   id: 'modal',
   state: () => ({
-    auth: '', // 授权弹框 login|resetPassword|changeMobile|changePassword|changeUsername
+    auth: '', // 授权弹框 login|resetPassword|changeMobile|changePassword|changeUsername|selectUserType
     lastTimer: {
       // 短信验证码计时器,为了防止刷新请求做了持久化
       smsRegister: 0,