合并prd分支代码

This commit is contained in:
wu.jifen
2025-08-29 13:57:07 +08:00
parent aa7c51a7b4
commit 766a4a346e
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ NODE_ENV = 'dev' // 如果是生产环境请记得切换为production
# flag
VUE_APP_FLAG='dev'
VUE_APP_ADMIN='http://10.1.105.116:7537/api'
VUE_APP_ADMIN='http://10.1.20.39:7537/api'
VUE_APP_STATIC='http://39.104.123.254:7536/'

View File

@@ -811,8 +811,8 @@
var Config = {
ipConfig: {
// ip: Utils.getQueryParam('ip') || 'http://39.104.123.254:7196'
// ip: Utils.getQueryParam('ip') || 'http://10.1.20.39:7537/api'
ip: Utils.getQueryParam('ip') || 'http://10.1.105.116:7537/api'
ip: Utils.getQueryParam('ip') || 'http://10.1.20.39:7537/api'
// ip: Utils.getQueryParam('ip') || 'http://10.1.105.116:7537/api'
},
serviceUrl: {