mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-20 06:06:44 +08:00
修改logo
This commit is contained in:
@@ -10,15 +10,10 @@ let apiDomain, imgDomain, assetsUrl
|
||||
console.log('环境:', process.env.VUE_APP_FLAG)
|
||||
switch (process.env.VUE_APP_FLAG) {
|
||||
case 'development':
|
||||
// apiDomain = 'http://47.96.143.111:7000/api/v1'
|
||||
// imgDomain = 'http://116.62.236.168:7001'
|
||||
// // 静态服务资源
|
||||
// assetsUrl = 'http://47.96.143.111:8000/app/'
|
||||
|
||||
apiDomain = 'http://10.10.100.134:7000/api/v1'
|
||||
imgDomain = 'http://10.10.100.98:7001'
|
||||
apiDomain = 'http://47.96.143.111:7000/api/v1'
|
||||
imgDomain = 'http://116.62.236.168:7001'
|
||||
// 静态服务资源
|
||||
assetsUrl = 'http://10.10.100.134:8000/app/'
|
||||
assetsUrl = ''
|
||||
break
|
||||
case 'staging':
|
||||
apiDomain = 'http://47.96.143.111:7000/api/v1'
|
||||
@@ -31,7 +26,6 @@ switch (process.env.VUE_APP_FLAG) {
|
||||
imgDomain = 'http://116.62.236.168:7001'
|
||||
// 静态服务资源
|
||||
assetsUrl = 'http://139.9.25.84:7001/'
|
||||
|
||||
break
|
||||
}
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user