fix(manifest): 更新微信小程序配置,启用es6和代码压缩

This commit is contained in:
feige996 2025-06-06 12:37:11 +08:00
parent e5db0193a3
commit 41bd05fd0f
2 changed files with 4 additions and 2 deletions

View File

@ -85,7 +85,9 @@
"mp-weixin": { "mp-weixin": {
"appid": "wxa2abb91f64032a2b", "appid": "wxa2abb91f64032a2b",
"setting": { "setting": {
"urlCheck": false "urlCheck": false,
"es6": true,
"minified": true
}, },
"usingComponents": true "usingComponents": true
}, },

View File

@ -22,7 +22,7 @@
</template> </template>
<script lang="ts" setup> <script lang="ts" setup>
const { loading, data, run } = useUpload({ user: '菲鸽' }) const { loading, data, run } = useUpload()
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>