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 @@ @@ -27,7 +27,8 @@
"ignoreUploadUnusedFiles": true,
"compileHotReLoad": false,
"skylineRenderEnable": true,
"es6": true
"es6": true,
"condition": true
},
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},

5
project.private.config.json

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