riku
2024-11-14 2a04ae9a602c88c1c8a16da154c3a51075e88d86
Merge refs/heads/master into refs/heads/branch-novideo
已修改2个文件
已删除1个文件
6 ■■■■ 文件已修改
behaviors/login.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
common/common.rar 补丁 | 查看 | 原始文档 | blame | 历史
pages/simple-home/index.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
behaviors/login.js
@@ -96,7 +96,7 @@
            loadConfig()
              .then(res => {
                // 判断用户是否进入简化主页
                if (app.globalData.userConfig.ucExtension1 == 'simple') {
                if (app.globalData.userConfig && app.globalData.userConfig.ucExtension1 == 'simple') {
                  wx.redirectTo({
                    url: '/pages/simple-home/index',
                  });
common/common.rar
Binary files differ
pages/simple-home/index.js
@@ -2,7 +2,7 @@
import { useLoading } from '../../behaviors/loading';
import { useOptions } from '../home/options-proxy.js';
import { useInsepction } from '../home/inspection-proxy.js';
// import { useSupervision } from '../home/supervision-proxy.js';
import { useSupervision } from '../home/supervision-proxy.js';
// import { useNotice } from '../home/notice-proxy.js';
// import { useNews } from '../home/news-proxy.js';
import { useProblemChangeList } from '../inspection/ranking/problem-change-list.js';
@@ -16,7 +16,7 @@
    useLoading,
    useOptions,
    useInsepction,
    // useSupervision,
    useSupervision,
    // useNotice,
    // useNews,
    useStatistic,