上传文件限制大小

This commit is contained in:
2024-09-10 13:47:09 +08:00
parent 7d81e7d4d5
commit 3def3bf68b
3 changed files with 8 additions and 2 deletions

1
app.js
View File

@@ -8,7 +8,6 @@ App({
onLaunch() {
const { api } = getConfigByEnv();
this.globalData = { ...this.globalData, api, }
},
globalData: {
primaryColor: '#52c41a'