kola-web 1 month ago
parent
commit
f3afb88456
  1. 3
      project.config.json
  2. 5
      project.private.config.json

3
project.config.json

@ -27,7 +27,8 @@
"ignoreUploadUnusedFiles": true, "ignoreUploadUnusedFiles": true,
"compileHotReLoad": false, "compileHotReLoad": false,
"skylineRenderEnable": true, "skylineRenderEnable": true,
"es6": true "es6": true,
"condition": true
}, },
"simulatorType": "wechat", "simulatorType": "wechat",
"simulatorPluginLibVersion": {}, "simulatorPluginLibVersion": {},

5
project.private.config.json

@ -3,7 +3,8 @@
"projectname": "wutian-miniprogram", "projectname": "wutian-miniprogram",
"setting": { "setting": {
"compileHotReLoad": true, "compileHotReLoad": true,
"urlCheck": true "urlCheck": true,
"skylineRenderEnable": true
}, },
"condition": { "condition": {
"miniprogram": { "miniprogram": {
@ -256,5 +257,5 @@
] ]
} }
}, },
"libVersion": "3.7.7" "libVersion": "3.8.2"
} }
Loading…
Cancel
Save