修改统一身份认证

This commit is contained in:
chy
2026-03-02 10:33:39 +08:00
parent 458ac46ca4
commit a869e62351
6 changed files with 110 additions and 61 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"'
})