修复透明度覆盖影响设置问题,优化样式

This commit is contained in:
eoao
2025-06-06 00:23:31 +08:00
parent 1c40dc8338
commit 8054c0390c
15 changed files with 179 additions and 147 deletions

View File

@@ -4,8 +4,14 @@ import {loginUserInfo} from "@/request/my.js";
export const useUserStore = defineStore('user', {
state: () => ({
user: {},
refreshList: 0,
}),
actions: {
refreshUserList() {
loginUserInfo().then(user => {
this.refreshList ++
})
},
refreshUserInfo() {
loginUserInfo().then(user => {
this.user = user