ソースを参照

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,