修改单点登录

This commit is contained in:
chy
2026-03-11 00:16:42 +08:00
parent 0e48245381
commit 99b2cc369d
5 changed files with 46 additions and 7 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"'
})