From 08c2f587b9c2ec4d1401f8e5e3904851aa380fff Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期五, 28 七月 2023 12:46:40 +0800
Subject: [PATCH] #售前规划申请单需求多选完善
---
src/main/webapp/views/index.html | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index 45c260d..738277c 100644
--- a/src/main/webapp/views/index.html
+++ b/src/main/webapp/views/index.html
@@ -112,7 +112,7 @@
if (!isEmpty(easywebIframeMsg)) {
var easywebIframeObj = JSON.parse(easywebIframeMsg);
if (easywebIframeObj.defaultTheme === undefined) {
- admin.changeTheme("theme-colorful");
+ admin.changeTheme("theme-white");
}
}
@@ -147,7 +147,7 @@
$('#hostName').text(res.data.hostName);
}
if (res.data.root) {
- showHost();
+ // showHost();
}
} else if (res.code === 403) {
top.location.href = baseUrl + "/login";
@@ -159,7 +159,6 @@
// 榛樿鍔犺浇涓婚〉
index.loadHome({
- // menuPath: baseUrl+'/views/home/console.html',
menuPath: baseUrl+'/views/home/dashboard.html',
menuName: '<i class="layui-icon layui-icon-home"></i>'
});
--
Gitblit v1.9.1