|
@@ -37,12 +37,13 @@
|
|
|
"disableUseStrict": false,
|
|
|
"minifyWXML": true,
|
|
|
"showES6CompileOption": false,
|
|
|
- "useCompilerPlugins": false
|
|
|
+ "useCompilerPlugins": false,
|
|
|
+ "useStaticServer": true
|
|
|
},
|
|
|
"appid": "wxc54a75206e5dfc60",
|
|
|
"projectname": "derunsanqin",
|
|
|
"libVersion": "2.14.1",
|
|
|
- "cloudfunctionTemplateRoot": "cloudfunctionTemplate",
|
|
|
+ "cloudfunctionTemplateRoot": "cloudfunctionTemplate/",
|
|
|
"condition": {
|
|
|
"search": {
|
|
|
"list": []
|
|
@@ -65,5 +66,16 @@
|
|
|
}
|
|
|
]
|
|
|
}
|
|
|
- }
|
|
|
+ },
|
|
|
+ "compileType": "miniprogram",
|
|
|
+ "srcMiniprogramRoot": "miniprogram/",
|
|
|
+ "packOptions": {
|
|
|
+ "ignore": [],
|
|
|
+ "include": []
|
|
|
+ },
|
|
|
+ "editorSetting": {
|
|
|
+ "tabIndent": "insertSpaces",
|
|
|
+ "tabSize": 2
|
|
|
+ },
|
|
|
+ "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html"
|
|
|
}
|