diff --git a/src/store/modules/app.ts b/src/store/modules/app.ts index 471f041d..9a4ea6b5 100644 --- a/src/store/modules/app.ts +++ b/src/store/modules/app.ts @@ -55,7 +55,7 @@ export const useAppStore = defineStore('app', { screenfull: true, // 全屏图标 search: true, // 搜索图标 size: true, // 尺寸图标 - locale: true, // 多语言图标 + locale: false, // 多语言图标 message: true, // 消息图标 tagsView: false, // 标签页 tagsViewImmerse: false, // 标签页沉浸 diff --git a/src/views/Login/components/LoginForm.vue b/src/views/Login/components/LoginForm.vue index 548c68c5..511fc60e 100644 --- a/src/views/Login/components/LoginForm.vue +++ b/src/views/Login/components/LoginForm.vue @@ -17,12 +17,11 @@
欢迎登录
- + @@ -366,7 +365,6 @@ onMounted(() => { .login-tip { margin-bottom: 28px; - margin-left: 10px; font-family: PingFangSC, PingFang SC; diff --git a/src/views/mapPage/logList/index.vue b/src/views/mapPage/logList/index.vue new file mode 100644 index 00000000..1f1b28ec --- /dev/null +++ b/src/views/mapPage/logList/index.vue @@ -0,0 +1,193 @@ + + + + + diff --git a/src/views/parameterSetting/index.vue b/src/views/parameterSetting/index.vue index 20f4c1f0..62aa939c 100644 --- a/src/views/parameterSetting/index.vue +++ b/src/views/parameterSetting/index.vue @@ -32,7 +32,7 @@ :min="0" :max="100" placeholder="自动充电阈值" - style="width: 240px;" + style="width: 240px" >