diff --git a/src/views/common/theme.vue b/src/views/common/theme.vue
index 9f7fbd3..1b11d9a 100644
--- a/src/views/common/theme.vue
+++ b/src/views/common/theme.vue
@@ -13,7 +13,7 @@
dark
-
+
开启
关闭
diff --git a/src/views/main-navbar.vue b/src/views/main-navbar.vue
index c574072..bfec397 100644
--- a/src/views/main-navbar.vue
+++ b/src/views/main-navbar.vue
@@ -14,7 +14,9 @@
- {{ pageLanguage.XjSysManage }}
+ {{ pageLanguage.XjSysManage }}
+
+ {{ pageLanguage.XjSysManage }}
{{ pageLanguage.abbreviation }}
@@ -107,6 +109,7 @@ import {
getReviewToolCount
} from '@/api/purchaseorder/procurementReview.js'
+import store from '../store'
export default {
inject: ['refresh'],
@@ -231,6 +234,9 @@ export default {
column,
},
computed: {
+ store () {
+ return store
+ },
navbarLayoutType: {
get() {
return this.$store.state.common.navbarLayoutType
diff --git a/src/views/main.vue b/src/views/main.vue
index 7820a3e..0e5d23f 100644
--- a/src/views/main.vue
+++ b/src/views/main.vue
@@ -1,5 +1,5 @@
-