修正上传文件名

This commit is contained in:
zhonghua.li
2026-04-19 15:34:16 +08:00
parent f05a85bc1c
commit 15c554a7c2
6 changed files with 93 additions and 8 deletions

View File

@@ -3,6 +3,6 @@
* apiEnv 可选:'local' | 'prod'
*/
export default {
apiEnv: 'prod'
apiEnv: 'local'
}