| | |
| | | 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, |
| | |
| | | "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", |
| | | "projectname": "ep-law-abiding-manage-weixin", |
| | | "setting": { |
| | | "compileHotReLoad": true, |
| | | "compileHotReLoad": false, |
| | | "urlCheck": false |
| | | }, |
| | | "libVersion": "3.5.3" |