From b1781dd53114f7abc44270781e5dceda620eff3d Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期一, 06 三月 2023 16:48:29 +0800
Subject: [PATCH] 部署后网络地址请求问题修复
---
src/main/webapp/views/index.html | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index bcaad85..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");
}
}
@@ -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