|
@@ -1,61 +1,41 @@
|
|
|
{
|
|
|
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
|
|
|
-<<<<<<< HEAD
|
|
|
- "projectname": "delivery-rider",
|
|
|
+ "projectname": "delivery-business",
|
|
|
"setting": {
|
|
|
"compileHotReLoad": true
|
|
|
},
|
|
|
- "libVersion": "2.19.6",
|
|
|
"condition": {
|
|
|
"miniprogram": {
|
|
|
"list": [
|
|
|
{
|
|
|
"name": "",
|
|
|
- "pathName": "pages/index/index",
|
|
|
+ "pathName": "pages/billing_Statistics/index",
|
|
|
+ "query": "",
|
|
|
+ "launchMode": "default",
|
|
|
+ "scene": null
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "",
|
|
|
+ "pathName": "pages/billing_Statistics/index",
|
|
|
"query": "",
|
|
|
"launchMode": "default",
|
|
|
- "scene": null,
|
|
|
- "partialCompile": {
|
|
|
- "enabled": false,
|
|
|
- "pages": [
|
|
|
- "pages/billing_Statistics/index"
|
|
|
- ]
|
|
|
- }
|
|
|
+ "scene": null
|
|
|
},
|
|
|
{
|
|
|
"name": "账单统计",
|
|
|
"pathName": "pages/billing_Statistics/index",
|
|
|
"query": "",
|
|
|
"launchMode": "default",
|
|
|
- "scene": null,
|
|
|
- "partialCompile": {
|
|
|
- "enabled": false,
|
|
|
- "pages": [
|
|
|
- "pages/billing_Statistics/index"
|
|
|
- ]
|
|
|
- }
|
|
|
+ "scene": null
|
|
|
},
|
|
|
{
|
|
|
"name": "店铺管理",
|
|
|
"pathName": "pages/store_Management/index",
|
|
|
"query": "",
|
|
|
"launchMode": "default",
|
|
|
- "scene": null,
|
|
|
- "partialCompile": {
|
|
|
- "enabled": false,
|
|
|
- "pages": [
|
|
|
- "pages/store_Management/index"
|
|
|
- ]
|
|
|
- }
|
|
|
+ "scene": null
|
|
|
}
|
|
|
]
|
|
|
}
|
|
|
}
|
|
|
-=======
|
|
|
- "projectname": "miniprogram",
|
|
|
- "setting": {
|
|
|
- "compileHotReLoad": true
|
|
|
- },
|
|
|
- "libVersion": "2.19.6"
|
|
|
->>>>>>> 2e65b556490cfe24940c679f526c85a7b019b6c7
|
|
|
}
|