|
@@ -3,8 +3,8 @@
|
|
|
"packOptions": {
|
|
|
"ignore": [
|
|
|
{
|
|
|
- "value": ".eslintrc.js",
|
|
|
- "type": "file"
|
|
|
+ "type": "file",
|
|
|
+ "value": ".eslintrc.js"
|
|
|
}
|
|
|
]
|
|
|
},
|
|
@@ -52,48 +52,36 @@
|
|
|
"useCompilerPlugins": false
|
|
|
},
|
|
|
"compileType": "miniprogram",
|
|
|
- "libVersion": "2.21.4",
|
|
|
- "appid": "wx96efd334b6da6e38",
|
|
|
- "projectname": "%E6%B5%B7%E6%98%9F%E7%94%A8%E6%88%B7%E7%AB%AF",
|
|
|
- "cloudfunctionTemplateRoot": "",
|
|
|
- "watchOptions": {
|
|
|
- "ignore": []
|
|
|
- },
|
|
|
+ "libVersion": "2.22.0",
|
|
|
+ "appid": "wx0b37183822da9c21",
|
|
|
+ "projectname": "%E6%B5%B7%E6%98%9F%E5%88%86%E6%8B%A3%E7%AB%AF",
|
|
|
"debugOptions": {
|
|
|
"hidedInDevtools": []
|
|
|
},
|
|
|
"scripts": {},
|
|
|
+ "staticServerOptions": {
|
|
|
+ "baseURL": "",
|
|
|
+ "servePath": ""
|
|
|
+ },
|
|
|
+ "isGameTourist": false,
|
|
|
"condition": {
|
|
|
- "plugin": {
|
|
|
+ "search": {
|
|
|
+ "list": []
|
|
|
+ },
|
|
|
+ "conversation": {
|
|
|
"list": []
|
|
|
},
|
|
|
"game": {
|
|
|
"list": []
|
|
|
},
|
|
|
+ "plugin": {
|
|
|
+ "list": []
|
|
|
+ },
|
|
|
"gamePlugin": {
|
|
|
"list": []
|
|
|
},
|
|
|
"miniprogram": {
|
|
|
- "list": [
|
|
|
- {
|
|
|
- "name": "",
|
|
|
- "pathName": "pages/tabber/order/index",
|
|
|
- "query": "",
|
|
|
- "scene": null
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "",
|
|
|
- "pathName": "pages/control/result/result",
|
|
|
- "query": "",
|
|
|
- "scene": null
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "",
|
|
|
- "pathName": "pages/sorting/enter/enter",
|
|
|
- "query": "",
|
|
|
- "scene": null
|
|
|
- }
|
|
|
- ]
|
|
|
+ "list": []
|
|
|
}
|
|
|
}
|
|
|
}
|