123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 |
- {
- "description": "项目配置文件。",
- "packOptions": {
- "ignore": []
- },
- "setting": {
- "urlCheck": true,
- "es6": true,
- "enhance": false,
- "postcss": true,
- "preloadBackgroundData": false,
- "minified": true,
- "newFeature": true,
- "coverView": true,
- "nodeModules": false,
- "autoAudits": false,
- "showShadowRootInWxmlPanel": true,
- "scopeDataCheck": false,
- "uglifyFileName": false,
- "checkInvalidKey": true,
- "checkSiteMap": true,
- "uploadWithSourceMap": true,
- "compileHotReLoad": false,
- "useMultiFrameRuntime": true,
- "useApiHook": true,
- "babelSetting": {
- "ignore": [],
- "disablePlugins": [],
- "outputPath": ""
- },
- "bundle": false,
- "useIsolateContext": true,
- "useCompilerModule": false,
- "userConfirmedUseCompilerModuleSwitch": false,
- "userConfirmedBundleSwitch": false,
- "packNpmManually": false,
- "packNpmRelationList": [],
- "minifyWXSS": true,
- "useApiHostProcess": true
- },
- "compileType": "miniprogram",
- "libVersion": "2.2.2",
- "appid": "wx14eb9c1640e3ecfe",
- "projectname": "%E6%96%B0%E5%AE%B6%E6%94%BFnew",
- "isGameTourist": false,
- "simulatorType": "wechat",
- "simulatorPluginLibVersion": {},
- "condition": {
- "search": {
- "list": []
- },
- "conversation": {
- "list": []
- },
- "plugin": {
- "list": []
- },
- "game": {
- "currentL": -1,
- "list": []
- },
- "miniprogram": {
- "list": [
- {
- "id": -1,
- "name": "首页",
- "pathName": "pages/home/index",
- "query": ""
- },
- {
- "id": -1,
- "name": "订单页",
- "pathName": "pages/order/index",
- "query": ""
- },
- {
- "id": -1,
- "name": "我的",
- "pathName": "pages/user/index",
- "query": ""
- },
- {
- "id": -1,
- "name": "母婴产品",
- "pathName": "pages/goodsList/index",
- "query": ""
- },
- {
- "id": -1,
- "name": "产品详情",
- "pathName": "pages/goodsDetail/index",
- "query": ""
- },
- {
- "id": -1,
- "name": "产品介绍",
- "pathName": "pages/introduce/index",
- "query": ""
- },
- {
- "id": -1,
- "name": "产品预约",
- "pathName": "pages/bookService/index",
- "query": ""
- },
- {
- "id": -1,
- "name": "月嫂预约",
- "pathName": "pages/yuesao/index",
- "query": ""
- },
- {
- "id": -1,
- "name": "添加评论",
- "pathName": "pages/addComment/index",
- "query": ""
- },
- {
- "id": -1,
- "name": "客服",
- "pathName": "pages/service/index",
- "query": ""
- },
- {
- "id": -1,
- "name": "月子咨询",
- "pathName": "pages/service/index",
- "query": ""
- },
- {
- "id": -1,
- "name": "购物车",
- "pathName": "pages/cart/index"
- }
- ]
- }
- }
- }
|