中扬CRM客户关系管理系统
#
luxiaotao1123
2022-09-16 7bec9731801e45844241404cf58a09bb02b5d67c
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>'
        });