|
|
|
@ -1,7 +1,8 @@ |
|
|
|
{ |
|
|
|
"description": "项目配置文件", |
|
|
|
"description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", |
|
|
|
"packOptions": { |
|
|
|
"ignore": [] |
|
|
|
"ignore": [], |
|
|
|
"include": [] |
|
|
|
}, |
|
|
|
"setting": { |
|
|
|
"urlCheck": false, |
|
|
|
@ -21,7 +22,7 @@ |
|
|
|
"checkSiteMap": true, |
|
|
|
"uploadWithSourceMap": true, |
|
|
|
"compileHotReLoad": false, |
|
|
|
"useMultiFrameRuntime": false, |
|
|
|
"useMultiFrameRuntime": true, |
|
|
|
"useApiHook": true, |
|
|
|
"babelSetting": { |
|
|
|
"ignore": [], |
|
|
|
@ -32,294 +33,245 @@ |
|
|
|
"useCompilerModule": true, |
|
|
|
"userConfirmedUseCompilerModuleSwitch": false, |
|
|
|
"packNpmManually": false, |
|
|
|
"packNpmRelationList": [] |
|
|
|
"packNpmRelationList": [], |
|
|
|
"lazyloadPlaceholderEnable": false, |
|
|
|
"minifyWXSS": true, |
|
|
|
"useStaticServer": true, |
|
|
|
"showES6CompileOption": false, |
|
|
|
"disableUseStrict": false, |
|
|
|
"useCompilerPlugins": false, |
|
|
|
"minifyWXML": true |
|
|
|
}, |
|
|
|
"compileType": "miniprogram", |
|
|
|
"libVersion": "2.7.7", |
|
|
|
"appid": "wx7ca003544973822a", |
|
|
|
"projectname": "%E7%A7%9F%E6%88%BF%E6%8E%8C%E6%9F%9C", |
|
|
|
"debugOptions": { |
|
|
|
"hidedInDevtools": [] |
|
|
|
}, |
|
|
|
"isGameTourist": false, |
|
|
|
"simulatorType": "wechat", |
|
|
|
"simulatorPluginLibVersion": {}, |
|
|
|
"condition": { |
|
|
|
"search": { |
|
|
|
"current": -1, |
|
|
|
"list": [] |
|
|
|
}, |
|
|
|
"conversation": { |
|
|
|
"current": -1, |
|
|
|
"list": [] |
|
|
|
}, |
|
|
|
"plugin": { |
|
|
|
"current": -1, |
|
|
|
"list": [] |
|
|
|
}, |
|
|
|
"game": { |
|
|
|
"currentL": -1, |
|
|
|
"list": [] |
|
|
|
}, |
|
|
|
"gamePlugin": { |
|
|
|
"current": -1, |
|
|
|
"list": [] |
|
|
|
}, |
|
|
|
"miniprogram": { |
|
|
|
"current": 30, |
|
|
|
"list": [ |
|
|
|
{ |
|
|
|
"id": -1, |
|
|
|
"name": "pages/member/index", |
|
|
|
"pathName": "pages/member/index", |
|
|
|
"query": "", |
|
|
|
"scene": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"id": 1, |
|
|
|
"name": "pages/house/form", |
|
|
|
"pathName": "pages/house/form", |
|
|
|
"query": "id=59", |
|
|
|
"scene": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"id": -1, |
|
|
|
"name": "pages/member/index", |
|
|
|
"pathName": "pages/member/index", |
|
|
|
"query": "", |
|
|
|
"scene": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"id": -1, |
|
|
|
"name": "pages/house/list/index", |
|
|
|
"pathName": "pages/house/list/index", |
|
|
|
"query": "", |
|
|
|
"scene": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"id": 4, |
|
|
|
"name": "pages/house/view/index", |
|
|
|
"pathName": "pages/house/view/index", |
|
|
|
"query": "id=59", |
|
|
|
"scene": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"id": -1, |
|
|
|
"name": "pages/tenant/list/add", |
|
|
|
"pathName": "pages/tenant/list/add", |
|
|
|
"query": "id=3", |
|
|
|
"scene": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"id": 6, |
|
|
|
"name": "pages/house/room/index", |
|
|
|
"pathName": "pages/house/room/index", |
|
|
|
"query": "id=62", |
|
|
|
"scene": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"id": 7, |
|
|
|
"name": "pages/house/room/view", |
|
|
|
"pathName": "pages/house/room/view", |
|
|
|
"query": "id=85", |
|
|
|
"scene": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"id": -1, |
|
|
|
"name": "pages/single/about", |
|
|
|
"pathName": "pages/single/about", |
|
|
|
"query": "", |
|
|
|
"scene": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"id": -1, |
|
|
|
"name": "pages/member/member", |
|
|
|
"pathName": "pages/member/member", |
|
|
|
"query": "", |
|
|
|
"scene": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"id": -1, |
|
|
|
"name": "pages/member/member", |
|
|
|
"pathName": "pages/member/member", |
|
|
|
"query": "", |
|
|
|
"scene": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"id": -1, |
|
|
|
"name": "pages/member/member", |
|
|
|
"pathName": "pages/member/member", |
|
|
|
"query": "", |
|
|
|
"scene": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"id": -1, |
|
|
|
"name": "pages/member/view", |
|
|
|
"pathName": "pages/member/view", |
|
|
|
"query": "id=1", |
|
|
|
"scene": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"id": -1, |
|
|
|
"name": "pages/login/index", |
|
|
|
"pathName": "pages/index/index", |
|
|
|
"query": "id=1", |
|
|
|
"scene": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"id": -1, |
|
|
|
"name": "pages/login/index", |
|
|
|
"pathName": "pages/login/index", |
|
|
|
"query": "id=1", |
|
|
|
"scene": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"id": 15, |
|
|
|
"name": "pages/house/view/index", |
|
|
|
"pathName": "pages/house/view/index", |
|
|
|
"query": "id=59", |
|
|
|
"scene": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"id": -1, |
|
|
|
"name": "pages/contract/index", |
|
|
|
"pathName": "pages/contract/index", |
|
|
|
"query": "id=59", |
|
|
|
"scene": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"id": -1, |
|
|
|
"name": "pages/question/index", |
|
|
|
"pathName": "pages/question/index", |
|
|
|
"query": "id=59", |
|
|
|
"scene": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"id": -1, |
|
|
|
"name": "pages/member/personal", |
|
|
|
"pathName": "pages/member/personal", |
|
|
|
"query": "", |
|
|
|
"scene": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"id": -1, |
|
|
|
"name": "pages/member/pay", |
|
|
|
"pathName": "pages/member/pay", |
|
|
|
"query": "", |
|
|
|
"scene": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"id": -1, |
|
|
|
"name": "pages/member/order", |
|
|
|
"pathName": "pages/member/order", |
|
|
|
"query": "", |
|
|
|
"scene": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"id": -1, |
|
|
|
"name": "pages/subaccount/index", |
|
|
|
"pathName": "pages/subaccount/index", |
|
|
|
"query": "", |
|
|
|
"scene": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"id": -1, |
|
|
|
"name": "pages/subaccount/form", |
|
|
|
"pathName": "pages/subaccount/form", |
|
|
|
"query": "", |
|
|
|
"scene": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"id": -1, |
|
|
|
"name": "pages/login/subaccount", |
|
|
|
"pathName": "pages/login/subaccount", |
|
|
|
"query": "", |
|
|
|
"scene": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"id": -1, |
|
|
|
"name": "pages/tenant/order", |
|
|
|
"pathName": "pages/tenant/order", |
|
|
|
"query": "", |
|
|
|
"scene": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"id": -1, |
|
|
|
"name": "pages/contract/view", |
|
|
|
"pathName": "pages/contract/view", |
|
|
|
"query": "id=33", |
|
|
|
"scene": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"id": -1, |
|
|
|
"name": "pages/tenant/view/index", |
|
|
|
"pathName": "pages/tenant/view/index", |
|
|
|
"query": "id=54&phone=18205513223", |
|
|
|
"scene": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"id": -1, |
|
|
|
"name": "pages/house/expire", |
|
|
|
"pathName": "pages/house/expire", |
|
|
|
"query": "", |
|
|
|
"scene": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"id": -1, |
|
|
|
"name": "pages/single/help", |
|
|
|
"pathName": "pages/single/help", |
|
|
|
"query": "id=85", |
|
|
|
"scene": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"id": -1, |
|
|
|
"name": "pages/house/form", |
|
|
|
"pathName": "pages/house/form", |
|
|
|
"query": "", |
|
|
|
"scene": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"id": -1, |
|
|
|
"name": "pages/house/room/add", |
|
|
|
"pathName": "pages/house/room/add", |
|
|
|
"query": "id=113", |
|
|
|
"scene": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"id": -1, |
|
|
|
"name": "pages/house/room/expire_room", |
|
|
|
"pathName": "pages/house/room/expire_room", |
|
|
|
"query": "", |
|
|
|
"scene": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"id": -1, |
|
|
|
"name": "pages/house/form", |
|
|
|
"pathName": "pages/house/form", |
|
|
|
"query": "id=113", |
|
|
|
"scene": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"id": -1, |
|
|
|
"name": "pages/member/myclean", |
|
|
|
"pathName": "pages/member/myclean", |
|
|
|
"query": "", |
|
|
|
"scene": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"id": -1, |
|
|
|
"name": "pages/clean/index", |
|
|
|
"pathName": "pages/clean/index", |
|
|
|
"query": "", |
|
|
|
"scene": null |
|
|
|
}, |
|
|
|
{ |
|
|
|
"id": -1, |
|
|
|
"name": "pages/clean/my", |
|
|
|
"pathName": "pages/clean/my", |
|
|
|
"query": "", |
|
|
|
"scene": null |
|
|
|
} |
|
|
|
] |
|
|
|
} |
|
|
|
}, |
|
|
|
"editorSetting": { |
|
|
|
"tabIndent": "insertSpaces", |
|
|
|
"tabSize": 2 |
|
|
|
} |
|
|
|
} |