mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 17:56:43 +08:00
修改生产环境打包配置
This commit is contained in:
@@ -25,10 +25,16 @@ switch (process.env.VUE_APP_FLAG) {
|
|||||||
mainUrl = ''
|
mainUrl = ''
|
||||||
break
|
break
|
||||||
case 'production':
|
case 'production':
|
||||||
apiDomain = 'http://139.9.25.84:7000/api/v1'
|
// apiDomain = 'http://139.9.25.84:7000/api/v1'
|
||||||
imgDomain = 'http://116.62.236.168:7001'
|
// imgDomain = 'http://116.62.236.168:7001'
|
||||||
|
// // 静态服务资源
|
||||||
|
// assetsUrl = 'http://139.9.25.84:7001/'
|
||||||
|
// mainUrl = ''
|
||||||
|
|
||||||
|
apiDomain = 'https://iagentsales.e-guofu.com/api/v1'
|
||||||
|
imgDomain = 'http://211.159.248.138:7002/updown'
|
||||||
// 静态服务资源
|
// 静态服务资源
|
||||||
assetsUrl = 'http://139.9.25.84:7001/'
|
assetsUrl = 'http://211.159.248.138:7001/'
|
||||||
mainUrl = ''
|
mainUrl = ''
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
@@ -46,5 +52,4 @@ export default {
|
|||||||
// 静态服务资源
|
// 静态服务资源
|
||||||
assetsUrl,
|
assetsUrl,
|
||||||
mainUrl
|
mainUrl
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user