mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-10 19:36:50 +08:00
4
.env.dev
4
.env.dev
@@ -3,8 +3,8 @@ NODE_ENV = 'dev' // 如果是生产环境,请记得切换为production
|
||||
|
||||
# flag
|
||||
VUE_APP_FLAG='dev'
|
||||
VUE_APP_ADMIN='http://39.104.123.254:7197'
|
||||
VUE_APP_STATIC='http://39.104.123.254:7537/'
|
||||
VUE_APP_ADMIN='http://10.1.20.39:7537/api'
|
||||
VUE_APP_STATIC='http://10.1.20.39:7537/api'
|
||||
VUE_APP_USE_ENCRYPT='false'
|
||||
|
||||
|
||||
|
||||
@@ -810,8 +810,8 @@
|
||||
// 配置模块 - 存储项目配置信息
|
||||
var Config = {
|
||||
ipConfig: {
|
||||
ip: Utils.getQueryParam('ip') || 'http://39.104.123.254:7197'
|
||||
// ip: Utils.getQueryParam('ip') || 'http://10.1.20.39:7537/api'
|
||||
// ip: Utils.getQueryParam('ip') || 'http://39.104.123.254:7197'
|
||||
ip: Utils.getQueryParam('ip') || 'http://10.1.20.39:7537/api'
|
||||
// ip: Utils.getQueryParam('ip') || 'http://10.1.105.116:7537/api'
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user