|
@@ -1,7 +1,8 @@
|
|
|
{
|
|
|
"description": "项目配置文件。",
|
|
|
"packOptions": {
|
|
|
- "ignore": []
|
|
|
+ "ignore": [],
|
|
|
+ "include": []
|
|
|
},
|
|
|
"setting": {
|
|
|
"urlCheck": true,
|
|
@@ -36,55 +37,36 @@
|
|
|
"libVersion": "2.8.1",
|
|
|
"appid": "wx7379ad24baaaf660",
|
|
|
"projectname": "%E5%B9%BF%E5%B7%9E%E7%A8%8E%E5%90%8E%E5%B7%A5%E8%B5%84%E8%AE%A1%E7%AE%97%E5%99%A8",
|
|
|
- "isGameTourist": false,
|
|
|
"simulatorType": "wechat",
|
|
|
"simulatorPluginLibVersion": {},
|
|
|
"condition": {
|
|
|
- "search": {
|
|
|
- "list": []
|
|
|
- },
|
|
|
- "conversation": {
|
|
|
- "list": []
|
|
|
- },
|
|
|
- "plugin": {
|
|
|
- "list": []
|
|
|
- },
|
|
|
- "game": {
|
|
|
- "currentL": -1,
|
|
|
- "list": []
|
|
|
- },
|
|
|
"miniprogram": {
|
|
|
"list": [
|
|
|
{
|
|
|
- "id": 0,
|
|
|
"name": "1047: 扫描小程序码",
|
|
|
"pathName": "page/home/index",
|
|
|
"query": "",
|
|
|
"scene": 1047
|
|
|
},
|
|
|
{
|
|
|
- "id": -1,
|
|
|
"name": "page/findmore/index",
|
|
|
"pathName": "page/findmore/index",
|
|
|
"query": "",
|
|
|
"scene": null
|
|
|
},
|
|
|
{
|
|
|
- "id": -1,
|
|
|
"name": "page/home/deduct/deduct",
|
|
|
"pathName": "page/home/deduct/deduct",
|
|
|
"query": "",
|
|
|
"scene": null
|
|
|
},
|
|
|
{
|
|
|
- "id": -1,
|
|
|
"name": "page/findmore/index",
|
|
|
"pathName": "page/findmore/index",
|
|
|
"query": "",
|
|
|
"scene": null
|
|
|
},
|
|
|
{
|
|
|
- "id": 4,
|
|
|
"name": "1037: 从小程序进入",
|
|
|
"pathName": "page/home/index",
|
|
|
"query": "name=test",
|
|
@@ -96,5 +78,9 @@
|
|
|
}
|
|
|
]
|
|
|
}
|
|
|
+ },
|
|
|
+ "editorSetting": {
|
|
|
+ "tabIndent": "insertSpaces",
|
|
|
+ "tabSize": 2
|
|
|
}
|
|
|
}
|