浏览代码

selectUserType

lifanagju_citu 1 月之前
父节点
当前提交
48da48f090
共有 1 个文件被更改,包括 1 次插入1 次删除
  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,