Merge refs/heads/master into refs/heads/branch-novideo
| | |
| | | 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', |
| | | }); |
| | |
| | | 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'; |
| | |
| | | useLoading, |
| | | useOptions, |
| | | useInsepction, |
| | | // useSupervision, |
| | | useSupervision, |
| | | // useNotice, |
| | | // useNews, |
| | | useStatistic, |