| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- {
- "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
- "setting": {
- "urlCheck": false,
- "es6": true,
- "postcss": true,
- "minified": true,
- "newFeature": true,
- "scopeDataCheck": false,
- "checkInvalidKey": true,
- "checkSiteMap": true,
- "uploadWithSourceMap": true,
- "useMultiFrameRuntime": true,
- "useApiHook": true,
- "useApiHostProcess": true,
- "babelSetting": {
- "ignore": [],
- "disablePlugins": [],
- "outputPath": ""
- },
- "useIsolateContext": true,
- "userConfirmedBundleSwitch": false,
- "packNpmManually": false,
- "packNpmRelationList": [],
- "minifyWXSS": true,
- "disableUseStrict": false,
- "showES6CompileOption": false,
- "useCompilerPlugins": false,
- "minifyWXML": true,
- "useStaticServer": true,
- "condition": false
- },
- "compileType": "miniprogram",
- "libVersion": "2.15.0",
- "appid": "wx1fef080f74481cbd",
- "projectname": "%E6%95%B0%E5%AD%A6%E8%AE%A1%E7%AE%97%E9%A2%98",
- "simulatorType": "wechat",
- "simulatorPluginLibVersion": {},
- "condition": {
- "miniprogram": {
- "list": [
- {
- "name": "list",
- "pathName": "pages/main/list",
- "query": "id=3&name=三年级"
- },
- {
- "name": "detail",
- "pathName": "pages/main/detail",
- "query": "id=187"
- },
- {
- "name": "print",
- "pathName": "pages/main/print",
- "query": "id=183"
- },
- {
- "name": "item",
- "pathName": "pages/main/item",
- "query": "id=46"
- },
- {
- "name": "guide",
- "pathName": "pages/main/guide",
- "query": ""
- },
- {
- "name": "login",
- "pathName": "pages/about/payfinished",
- "query": ""
- },
- {
- "name": "answer",
- "pathName": "pages/main/answer",
- "query": ""
- },
- {
- "name": "errorlist",
- "pathName": "pages/main/errorlist",
- "query": ""
- },
- {
- "name": "share",
- "pathName": "pages/about/share",
- "query": ""
- }
- ]
- }
- },
- "packOptions": {
- "ignore": [],
- "include": []
- },
- "editorSetting": {
- "tabIndent": "insertSpaces",
- "tabSize": 2
- }
- }
|