中扬CRM客户关系管理系统
#
LSH
2023-12-02 afa3bc1e2f39f66f59ee9b15d6af16593acdc9a4
src/main/webapp/views/index.html
@@ -24,7 +24,7 @@
<div class="layui-layout layui-layout-admin">
    <!-- 头部 -->
    <div class="layui-header">
        <div class="layui-logo">
        <div class="layui-logo" style="top: 7px;">
            <img src="../static/image/logo.png" style="display: inline-block; width: 60%;height: auto">
        </div>
      <!-- 左 -->
@@ -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,7 @@
        // 默认加载主页
        index.loadHome({
            menuPath: baseUrl+'/views/home/console.html',
            menuPath: baseUrl+'/views/home/dashboard.html',
            menuName: '<i class="layui-icon layui-icon-home"></i>'
        });