- 在 app.json 中新增了 routingInspection 和 addRoutingInspection 页面路径 - 新增了 customerService 包下的多个页面配置 - 在 myOrders 包中添加了 groupOrders 页面 - 新增了 smartDevice 和 advertising 包的页面配置 - 更新了 kitchen 页面的 webpack 模块路径引用
36 lines
633 B
JSON
36 lines
633 B
JSON
{
|
|
"description": "项目配置文件。",
|
|
"packOptions": {
|
|
"ignore": []
|
|
},
|
|
"setting": {
|
|
"urlCheck": false,
|
|
"es6": false,
|
|
"postcss": false,
|
|
"minified": false,
|
|
"newFeature": true,
|
|
"bigPackageSizeSupport": true
|
|
},
|
|
"compileType": "miniprogram",
|
|
"libVersion": "",
|
|
"appid": "wx1addb25675dd8e70",
|
|
"projectname": "ZHSQ",
|
|
"condition": {
|
|
"search": {
|
|
"current": -1,
|
|
"list": []
|
|
},
|
|
"conversation": {
|
|
"current": -1,
|
|
"list": []
|
|
},
|
|
"game": {
|
|
"current": -1,
|
|
"list": []
|
|
},
|
|
"miniprogram": {
|
|
"current": -1,
|
|
"list": []
|
|
}
|
|
}
|
|
} |