From f8c4968b336a62199759e9cc3bb9b09f806d7bda Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: 星期一, 25 十一月 2024 15:43:05 +0800
Subject: [PATCH] 面板兼容移动端显示
---
src/layout/components/Settings/index.vue | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/layout/components/Settings/index.vue b/src/layout/components/Settings/index.vue
index 0496918..7164a17 100644
--- a/src/layout/components/Settings/index.vue
+++ b/src/layout/components/Settings/index.vue
@@ -110,10 +110,12 @@
settingsStore.theme = val;
handleThemeStyle(val);
}
+
function handleTheme(val) {
settingsStore.sideTheme = val;
sideTheme.value = val;
}
+
function saveSetting() {
proxy.$modal.loading("姝e湪淇濆瓨鍒版湰鍦帮紝璇风◢鍊�...");
let layoutSetting = {
@@ -128,11 +130,13 @@
localStorage.setItem("layout-setting", JSON.stringify(layoutSetting));
setTimeout(proxy.$modal.closeLoading(), 1000)
}
+
function resetSetting() {
proxy.$modal.loading("姝e湪娓呴櫎璁剧疆缂撳瓨骞跺埛鏂帮紝璇风◢鍊�...");
localStorage.removeItem("layout-setting")
setTimeout("window.location.reload()", 1000)
}
+
function openSetting() {
showSettings.value = true;
}
--
Gitblit v1.9.3