|
@@ -1,8 +1,7 @@
|
|
|
{
|
|
{
|
|
|
"description": "项目配置文件。",
|
|
"description": "项目配置文件。",
|
|
|
"packOptions": {
|
|
"packOptions": {
|
|
|
- "ignore": [],
|
|
|
|
|
- "include": []
|
|
|
|
|
|
|
+ "ignore": []
|
|
|
},
|
|
},
|
|
|
"setting": {
|
|
"setting": {
|
|
|
"urlCheck": false,
|
|
"urlCheck": false,
|
|
@@ -10,45 +9,49 @@
|
|
|
"postcss": true,
|
|
"postcss": true,
|
|
|
"minified": true,
|
|
"minified": true,
|
|
|
"newFeature": true,
|
|
"newFeature": true,
|
|
|
- "bigPackageSizeSupport": true,
|
|
|
|
|
- "babelSetting": {
|
|
|
|
|
- "ignore": [],
|
|
|
|
|
- "disablePlugins": [],
|
|
|
|
|
- "outputPath": ""
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ "bigPackageSizeSupport": true
|
|
|
},
|
|
},
|
|
|
"compileType": "miniprogram",
|
|
"compileType": "miniprogram",
|
|
|
- "libVersion": "3.0.1",
|
|
|
|
|
|
|
+ "libVersion": "",
|
|
|
"appid": "wxa67985a99191095e",
|
|
"appid": "wxa67985a99191095e",
|
|
|
"projectname": "云飞智控",
|
|
"projectname": "云飞智控",
|
|
|
"condition": {
|
|
"condition": {
|
|
|
|
|
+ "search": {
|
|
|
|
|
+ "current": -1,
|
|
|
|
|
+ "list": []
|
|
|
|
|
+ },
|
|
|
|
|
+ "conversation": {
|
|
|
|
|
+ "current": -1,
|
|
|
|
|
+ "list": []
|
|
|
|
|
+ },
|
|
|
|
|
+ "game": {
|
|
|
|
|
+ "current": -1,
|
|
|
|
|
+ "list": []
|
|
|
|
|
+ },
|
|
|
"miniprogram": {
|
|
"miniprogram": {
|
|
|
|
|
+ "current": 3,
|
|
|
"list": [
|
|
"list": [
|
|
|
{
|
|
{
|
|
|
"name": "about",
|
|
"name": "about",
|
|
|
- "pathName": "pages/my/about/about",
|
|
|
|
|
- "query": ""
|
|
|
|
|
|
|
+ "id": 0,
|
|
|
|
|
+ "pathName": "pages/my/about/about"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
"name": "feedback",
|
|
"name": "feedback",
|
|
|
- "pathName": "pages/my/feedback/feedback",
|
|
|
|
|
- "query": ""
|
|
|
|
|
|
|
+ "id": 1,
|
|
|
|
|
+ "pathName": "pages/my/feedback/feedback"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
"name": "cdIndex",
|
|
"name": "cdIndex",
|
|
|
- "pathName": "pages/cb/index/index",
|
|
|
|
|
- "query": ""
|
|
|
|
|
|
|
+ "id": 2,
|
|
|
|
|
+ "pathName": "pages/cb/index/index"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
"name": "login",
|
|
"name": "login",
|
|
|
- "pathName": "pages/login/login",
|
|
|
|
|
- "query": ""
|
|
|
|
|
|
|
+ "id": 3,
|
|
|
|
|
+ "pathName": "pages/login/login"
|
|
|
}
|
|
}
|
|
|
]
|
|
]
|
|
|
}
|
|
}
|
|
|
- },
|
|
|
|
|
- "editorSetting": {
|
|
|
|
|
- "tabIndent": "insertSpaces",
|
|
|
|
|
- "tabSize": 2
|
|
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|