|
@@ -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,
|