添加空字符

This commit is contained in:
chy
2026-02-28 08:46:34 +08:00
parent 8ec6582ffc
commit 458ac46ca4
3 changed files with 10 additions and 4 deletions

View File

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