标签完善

This commit is contained in:
ZLI263
2025-12-16 08:56:33 +08:00
parent 3805684053
commit 2aef477d33
4 changed files with 662 additions and 130 deletions

View File

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