中扬CRM客户关系管理系统
LSH
2023-08-22 564bf7ab6a639c2c4557d35b8fd9b51dca60a738
src/main/webapp/views/index.html
@@ -75,7 +75,7 @@
    <div class="layui-body"></div>
    <!-- 底部 -->
    <div class="layui-footer layui-text">
        copyright © 2021 绍兴孚惠科技有限公司 all rights reserved.
        copyright © 2022 <a href="http://www.zoneyung.com" target="_blank">浙江中扬立库技术有限公司</a> all rights reserved.
        <span class="pull-right">Version 1.0.0</span>
    </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>'
        });