diff --git a/src/store/modules/local.js b/src/store/modules/local.js index d17dddf..4f4de56 100644 --- a/src/store/modules/local.js +++ b/src/store/modules/local.js @@ -5,7 +5,8 @@ export const useLocalStore = defineStore('localStore', { state: () => { return { - test: undefined + test: undefined, + loginBg:true, } }, //计算字段 diff --git a/src/views/login.vue b/src/views/login.vue index 46df638..9d26672 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -3,52 +3,28 @@

后台管理系统

- + - + - + 记住密码 - + 登 录 登 录 中... @@ -61,7 +37,8 @@ - + +