mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
68 lines
1.1 KiB
JSON
68 lines
1.1 KiB
JSON
{
|
|
"description": "项目配置文件。",
|
|
"setting": {
|
|
"urlCheck": false,
|
|
"es6": true,
|
|
"postcss": true,
|
|
"minified": true,
|
|
"newFeature": true
|
|
},
|
|
"compileType": "miniprogram",
|
|
"libVersion": "1.9.94",
|
|
"isGameTourist": false,
|
|
"appid": "/** this is your appid **/",
|
|
"condition": {
|
|
"search": {
|
|
"current": -1,
|
|
"list": []
|
|
},
|
|
"conversation": {
|
|
"current": -1,
|
|
"list": []
|
|
},
|
|
"plugin": {
|
|
"current": -1,
|
|
"list": []
|
|
},
|
|
"game": {
|
|
"currentL": -1,
|
|
"list": []
|
|
},
|
|
"miniprogram": {
|
|
"current": 1,
|
|
"list": [
|
|
{
|
|
"id": -1,
|
|
"name": "myBooks",
|
|
"pathName": "pages/myBooks/myBooks",
|
|
"query": ""
|
|
},
|
|
{
|
|
"id": -1,
|
|
"name": "books",
|
|
"pathName": "pages/books/books",
|
|
"query": ""
|
|
},
|
|
{
|
|
"id": 3,
|
|
"name": "detail",
|
|
"pathName": "pages/detail/detail",
|
|
"query": ""
|
|
},
|
|
{
|
|
"id": -1,
|
|
"name": "my",
|
|
"pathName": "pages/my/my",
|
|
"query": ""
|
|
},
|
|
{
|
|
"id": -1,
|
|
"name": "comment",
|
|
"pathName": "pages/comment/comment",
|
|
"query": ""
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|