添加登录注册接口

This commit is contained in:
2026-02-23 10:08:37 +08:00
parent 86d58330d5
commit e2632d921f
8 changed files with 101 additions and 86 deletions

View File

@@ -24,7 +24,7 @@ export const useUserInfoStore = defineStore('userInfo', () => {
const setToken = (data: string) => {
state.value.token = data
setLocal(data, 'token')
// setLocal(data, 'token')
}
const getGenerateParams = () => {