提交前端代码

This commit is contained in:
chenxu
2026-04-29 09:54:27 +08:00
parent 2eba5f0140
commit 53b7d11ad9
103 changed files with 9437 additions and 531 deletions

View File

@@ -4,8 +4,8 @@ const prodEnv = require('./prod.env')
module.exports = merge(prodEnv, {
NODE_ENV: '"development"',
BASE_API: '"http://127.0.0.1:48090"'
// BASE_API: '"http://127.0.0.1:48090"'
// BASE_API: '"http://192.168.1.241:8080/prod-api"'
BASE_API: '"http://192.168.1.241:8080/prod-api"'
})