适配小程序代码结构
This commit is contained in:
54
unpackage/dist/dev/mp-weixin/project.config.json
vendored
Normal file
54
unpackage/dist/dev/mp-weixin/project.config.json
vendored
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"description": "项目配置文件。",
|
||||
"packOptions": {
|
||||
"ignore": []
|
||||
},
|
||||
"setting": {
|
||||
"urlCheck": false,
|
||||
"es6": true,
|
||||
"postcss": false,
|
||||
"minified": false,
|
||||
"newFeature": true,
|
||||
"bigPackageSizeSupport": true,
|
||||
"minifyWXML": true
|
||||
},
|
||||
"compileType": "miniprogram",
|
||||
"libVersion": "",
|
||||
"appid": "wx534c58a9db510fba",
|
||||
"projectname": "AIDriverEEAudio6",
|
||||
"condition": {
|
||||
"search": {
|
||||
"current": -1,
|
||||
"list": []
|
||||
},
|
||||
"conversation": {
|
||||
"current": -1,
|
||||
"list": []
|
||||
},
|
||||
"game": {
|
||||
"current": -1,
|
||||
"list": []
|
||||
},
|
||||
"miniprogram": {
|
||||
"list": [
|
||||
{
|
||||
"id": 0,
|
||||
"pathName": "pages/reception/reception"
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"pathName": "pages/customer/customer"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"pathName": "pages/list/detail"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"pathName": "pages/ucenter/settings/settings"
|
||||
}
|
||||
],
|
||||
"current": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user