123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155 |
- {
- "description": "项目配置文件。",
- "packOptions": {
- "ignore": [
- {
- "type": "folder",
- "value": "test"
- }
- ]
- },
- "setting": {
- "urlCheck": true,
- "es6": true,
- "postcss": true,
- "minified": true,
- "newFeature": true,
- "coverView": true,
- "autoAudits": false,
- "scopeDataCheck": false,
- "checkInvalidKey": true,
- "checkSiteMap": true,
- "uploadWithSourceMap": true,
- "useMultiFrameRuntime": false,
- "useApiHook": false,
- "useApiHostProcess": false,
- "babelSetting": {
- "ignore": [],
- "disablePlugins": [],
- "outputPath": ""
- },
- "useIsolateContext": false,
- "userConfirmedBundleSwitch": false,
- "packNpmManually": false,
- "packNpmRelationList": [],
- "minifyWXSS": true,
- "disableUseStrict": false,
- "minifyWXML": true,
- "showES6CompileOption": false,
- "useCompilerPlugins": false
- },
- "compileType": "miniprogram",
- "libVersion": "2.8.0",
- "appid": "wxbf3f03f8a7d0cdcf",
- "projectname": "%E9%97%AA%E8%81%98%E6%88%91%E7%9A%84%E7%A4%BE%E4%BF%9D%E5%B0%8F%E5%8A%A9%E6%89%8B",
- "isGameTourist": false,
- "simulatorType": "wechat",
- "simulatorPluginLibVersion": {},
- "condition": {
- "search": {
- "list": []
- },
- "conversation": {
- "list": []
- },
- "plugin": {
- "list": []
- },
- "game": {
- "currentL": -1,
- "list": []
- },
- "gamePlugin": {
- "list": []
- },
- "miniprogram": {
- "list": [
- {
- "id": 0,
- "name": "结果",
- "pathName": "public/pages/pay-success/pay-success",
- "query": "type=survey&surveyType=3",
- "scene": null
- },
- {
- "id": 1,
- "name": "购买页",
- "pathName": "page/home/pages/purchase-s-details/purchase-s-details",
- "query": "isSupplementaryPay=0",
- "scene": null
- },
- {
- "id": 2,
- "name": "购买页",
- "pathName": "page/home/pages/purchase-a-details/purchase-a-details",
- "query": "isSupplementaryPay=0&first=1",
- "scene": null
- },
- {
- "id": 3,
- "name": "其他小程序跳转进入",
- "pathName": "page/home/index",
- "query": "",
- "scene": 1037,
- "referrerInfo": {
- "appId": "wxeb95a70a8c8bbb6c",
- "extraData": "{ \"testname\": \"test1\"}"
- }
- },
- {
- "id": -1,
- "name": "美食小程序跳转进入",
- "pathName": "page/home/index",
- "query": "",
- "scene": 1037,
- "referrerInfo": {
- "appId": "wx46d257cfcd492a4f",
- "extraData": "{ \"testname\": \"test1\"}"
- }
- },
- {
- "id": -1,
- "name": "1005",
- "pathName": "page/home/index",
- "query": "",
- "scene": 1005
- },
- {
- "id": -1,
- "name": "1027",
- "pathName": "page/home/index",
- "query": "",
- "scene": 1027
- },
- {
- "id": 7,
- "name": "跳转H5",
- "pathName": "public/pages/web-view-H5/web-view-H5",
- "query": "",
- "scene": null
- },
- {
- "id": 8,
- "name": "社保缴纳",
- "pathName": "page/home/pages/purchase-s-details/purchase-s-details",
- "query": "isSupplementaryPay=0",
- "scene": null
- },
- {
- "id": -1,
- "name": "公积金缴存",
- "pathName": "page/home/pages/purchase-a-details/purchase-a-details",
- "query": "",
- "scene": null
- },
- {
- "id": 10,
- "name": "社保补缴",
- "pathName": "page/home/pages/purchase-s-details/purchase-s-details",
- "query": "isSupplementaryPay=1",
- "scene": null
- }
- ]
- }
- }
- }
|