Sanakey
2021-05-22 f46177f2ce3a33218e4d018b410d6eb978764d20
提交 | 用户 | age
67dc7b 1 {
S 2   "description": "项目配置文件",
3   "packOptions": {
4     "ignore": []
5   },
6   "compileType": "miniprogram",
f46177 7   "libVersion": "2.17.0",
67dc7b 8   "projectname": "VgoWxApp",
S 9   "scripts": {
10     "beforeCompile": "npm run tsc",
11     "beforePreview": "npm run tsc",
12     "beforeUpload": "npm run tsc"
13   },
14   "setting": {
f9ad6c 15     "urlCheck": false,
67dc7b 16     "es6": true,
f9ad6c 17     "enhance": true,
67dc7b 18     "postcss": true,
S 19     "preloadBackgroundData": false,
20     "minified": true,
21     "newFeature": false,
22     "coverView": true,
23     "nodeModules": true,
24     "autoAudits": false,
25     "showShadowRootInWxmlPanel": true,
26     "scopeDataCheck": false,
c09e73 27     "uglifyFileName": false,
67dc7b 28     "checkInvalidKey": true,
S 29     "checkSiteMap": true,
30     "uploadWithSourceMap": true,
31     "compileHotReLoad": false,
b6cc28 32     "useMultiFrameRuntime": true,
67dc7b 33     "useApiHook": true,
aa6d80 34     "useApiHostProcess": true,
67dc7b 35     "babelSetting": {
S 36       "ignore": [],
37       "disablePlugins": [],
38       "outputPath": ""
39     },
40     "enableEngineNative": false,
b6cc28 41     "bundle": false,
67dc7b 42     "useIsolateContext": true,
S 43     "useCompilerModule": true,
44     "userConfirmedUseCompilerModuleSwitch": false,
d34532 45     "userConfirmedBundleSwitch": false,
67dc7b 46     "packNpmManually": false,
S 47     "packNpmRelationList": [],
aa6d80 48     "minifyWXSS": true
67dc7b 49   },
S 50   "simulatorType": "wechat",
51   "simulatorPluginLibVersion": {},
52   "appid": "wxec78156626302b78",
ff3df3 53   "condition": {
S 54     "plugin": {
55       "list": []
56     },
57     "game": {
58       "list": []
59     },
60     "gamePlugin": {
61       "list": []
62     },
63     "miniprogram": {
64       "list": [
65         {
66           "name": "提交订单",
67           "pathName": "pages/orderSubmit/orderSubmit",
234b22 68           "query": "",
S 69           "scene": null
70         },
71         {
72           "name": "商家签约",
73           "pathName": "pages/merchantSigning/merchantSigning",
ff3df3 74           "scene": null
S 75         }
76       ]
77     }
78   }
67dc7b 79 }