Parcourir la source

selectUserType

lifanagju_citu il y a 1 mois
Parent
commit
48da48f090
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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,