mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-11 11:56:51 +08:00
合并prd分支代码
This commit is contained in:
2
.env.dev
2
.env.dev
@@ -3,7 +3,7 @@ NODE_ENV = 'dev' // 如果是生产环境,请记得切换为production
|
|||||||
|
|
||||||
# flag
|
# flag
|
||||||
VUE_APP_FLAG='dev'
|
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/'
|
VUE_APP_STATIC='http://39.104.123.254:7536/'
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -811,8 +811,8 @@
|
|||||||
var Config = {
|
var Config = {
|
||||||
ipConfig: {
|
ipConfig: {
|
||||||
// ip: Utils.getQueryParam('ip') || 'http://39.104.123.254:7196'
|
// 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.20.39:7537/api'
|
||||||
ip: Utils.getQueryParam('ip') || 'http://10.1.105.116:7537/api'
|
// ip: Utils.getQueryParam('ip') || 'http://10.1.105.116:7537/api'
|
||||||
},
|
},
|
||||||
|
|
||||||
serviceUrl: {
|
serviceUrl: {
|
||||||
|
|||||||
Reference in New Issue
Block a user