12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- {
- "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
- "packOptions": {
- "ignore": [],
- "include": []
- },
- "setting": {
- "urlCheck": false,
- "es6": true,
- "postcss": true,
- "minified": true,
- "newFeature": true,
- "nodeModules": true,
- "autoAudits": false,
- "checkInvalidKey": true,
- "checkSiteMap": true,
- "uploadWithSourceMap": true,
- "babelSetting": {
- "ignore": [],
- "disablePlugins": [],
- "outputPath": ""
- },
- "minifyWXML": true,
- "packNpmManually": false,
- "packNpmRelationList": [],
- "minifyWXSS": true,
- "disableUseStrict": false,
- "useStaticServer": true,
- "showES6CompileOption": false,
- "useCompilerPlugins": false,
- "coverView": true,
- "lazyloadPlaceholderEnable": false,
- "preloadBackgroundData": false,
- "uglifyFileName": false,
- "enhance": true,
- "useMultiFrameRuntime": true,
- "showShadowRootInWxmlPanel": true
- },
- "compileType": "miniprogram",
- "libVersion": "2.23.4",
- "appid": "wx4263754944d4d184",
- "projectname": "tools",
- "simulatorType": "wechat",
- "simulatorPluginLibVersion": {},
- "condition": {
- "miniprogram": {
- "list": [
- {
- "name": "pages/index/index",
- "pathName": "pages/index/index",
- "query": "q=https%3A%2F%2F192.168.10.39%2FexamStudentId%253D2%2526examRecordDataId%253D8066862%2526order%253D20%2526transferFileType%253DAUDIO%2526key%253DU_S_0_2%2526token%253DCC0644A619EB5562733292581F30662169B6FA1A5FAC04AB6D2B9C163CDA0484",
- "scene": null
- }
- ]
- }
- },
- "editorSetting": {
- "tabIndent": "insertSpaces",
- "tabSize": 4
- }
- }
|