This commit is contained in:
zmj 2024-05-11 10:05:00 +08:00
parent c2b4521dfd
commit 2b08c9fa12
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ const useUserStore = defineStore("user", () => {
// #ifdef H5 // #ifdef H5
token.value = "37c15fa496186006ea3707aa4af0d54b" token.value = "601e47691f5dd3e10f3e01da13882910"
// token.value = "95b24dd6d2dda836fe07854b08ba0944" // token.value = "95b24dd6d2dda836fe07854b08ba0944"
userInfo.value = { userInfo.value = {
avatar: "https://lihaiim.oss-cn-chengdu.aliyuncs.com/image/admin/default_avatar.png", avatar: "https://lihaiim.oss-cn-chengdu.aliyuncs.com/image/admin/default_avatar.png",
@ -35,7 +35,7 @@ const useUserStore = defineStore("user", () => {
mobile: "19330904744", mobile: "19330904744",
nickname: "用户1714964250", nickname: "用户1714964250",
supplier: null, supplier: null,
token: "37c15fa496186006ea3707aa4af0d54b" token: "601e47691f5dd3e10f3e01da13882910"
} }
// #endif // #endif