diff --git a/app.json b/app.json index 76012b8..406141c 100644 --- a/app.json +++ b/app.json @@ -34,9 +34,6 @@ "pages/live/index", "pages/ticket/goods/goods", "pages/ticket/index", - "pages/user/companyMine/myActives/myActives", - "pages/user/companyMine/focusedProject/focusedProject", - "pages/user/companyMine/companyOrder", "pages/user/companyMine/projectPay/projectPay", "pages/user/companyMine/projectRefund/projectRefund", "pages/user/companyMine/projectDetailFunds/projectDetailFunds", diff --git a/project.config.json b/project.config.json new file mode 100644 index 0000000..eb21eb3 --- /dev/null +++ b/project.config.json @@ -0,0 +1,120 @@ +{ + "description": "项目配置文件", + "packOptions": { + "ignore": [] + }, + "setting": { + "urlCheck": true, + "es6": true, + "enhance": false, + "postcss": true, + "preloadBackgroundData": false, + "minified": true, + "newFeature": true, + "coverView": true, + "nodeModules": true, + "autoAudits": false, + "showShadowRootInWxmlPanel": true, + "scopeDataCheck": false, + "uglifyFileName": false, + "checkInvalidKey": true, + "checkSiteMap": true, + "uploadWithSourceMap": true, + "compileHotReLoad": false, + "useMultiFrameRuntime": false, + "useApiHook": true, + "babelSetting": { + "ignore": [], + "disablePlugins": [], + "outputPath": "" + }, + "enableEngineNative": false, + "bundle": false, + "useIsolateContext": true, + "useCompilerModule": false, + "userConfirmedUseCompilerModuleSwitch": false, + "userConfirmedBundleSwitch": false, + "packNpmManually": false, + "packNpmRelationList": [], + "minifyWXSS": true + }, + "compileType": "miniprogram", + "libVersion": "2.13.2", + "appid": "wx49efb36db851933d", + "projectname": "%E8%A1%8C%E4%B8%9A%E7%89%88Saas", + "debugOptions": { + "hidedInDevtools": [] + }, + "isGameTourist": false, + "simulatorType": "wechat", + "simulatorPluginLibVersion": {}, + "condition": { + "plugin": { + "list": [] + }, + "game": { + "list": [] + }, + "gamePlugin": { + "list": [] + }, + "miniprogram": { + "list": [ + { + "name": "登录", + "pathName": "pages/login/login", + "query": "", + "scene": null + }, + { + "name": "搜索", + "pathName": "pages/company/search/search", + "query": "", + "scene": null + }, + { + "name": "商城", + "pathName": "pages/mall/index", + "query": "", + "scene": null + }, + { + "name": "pages/user/index", + "pathName": "pages/user/index", + "query": "", + "scene": null + }, + { + "name": "pages/user/companyMine/companyOrder", + "pathName": "pages/user/companyMine/companyOrder", + "query": "orderid=20201229132338964625", + "scene": null + }, + { + "name": "pages/user/companyMine/companyOrder", + "pathName": "pages/user/companyMine/companyOrder", + "query": "orderid=20201229132338964625", + "scene": null + }, + { + "name": "pages/user/companyMine/projectDetail/projectDetail", + "pathName": "pages/user/companyMine/projectDetail/projectDetail", + "query": "orderid=20201229132338964625", + "scene": null + }, + { + "name": "pages/user/companyMine/refundInfo/refundInfo", + "pathName": "pages/user/companyMine/refundInfo/refundInfo", + "query": "orderid=20201229132338964625", + "scene": null + }, + { + "name": "pages/home/index", + "pathName": "pages/home/index", + "query": "orderid=20201229132338964625", + "scene": null + } + ] + } + } +} \ No newline at end of file