添加登录注册接口
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user