|
|
@@ -133,8 +133,8 @@ module.exports = {
|
|
|
},
|
|
|
|
|
|
axios: {
|
|
|
- //baseURL: '//localhost:10091/api/' // 本机开发使用
|
|
|
- baseURL: '//47.92.212.59:10091/api/' // Lims使用
|
|
|
+ baseURL: '//localhost:10091/api/' // 本机开发使用
|
|
|
+ //baseURL: '//47.92.212.59:10091/api/' // Lims使用
|
|
|
// baseURL: '//api09.labsop.cn/api/'
|
|
|
// baseURL: '//52.80.133.197:10091/api/' // DQM 爱萨尔发布使用
|
|
|
// baseURL: '//192.168.0.211:10091/api/' // 花生所系统
|
|
|
@@ -158,7 +158,8 @@ module.exports = {
|
|
|
limsimgserverhost: 'http://47.92.212.59:10091', //lims图片上传
|
|
|
onlyofficeUrl: 'http://47.92.212.59:9221', //onlyoffice地址 Lims
|
|
|
onlyofficeCallBackUrl: 'http://47.92.212.59:10091', //onlyofficeCallBack地址 Lims
|
|
|
- baseURL: '//47.92.212.59:10091/api/'
|
|
|
+ //baseURL: '//47.92.212.59:10091/api/'
|
|
|
+ baseURL: '//localhost:10091/api/'
|
|
|
},
|
|
|
ignore: [
|
|
|
]
|