|
|
@@ -162,40 +162,32 @@ module.exports = {
|
|
|
}
|
|
|
},
|
|
|
|
|
|
+
|
|
|
axios: {
|
|
|
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/' // 花生所系统
|
|
|
- // baseURL: '//121.42.244.202:9081/api/' // 基石发布使用
|
|
|
- // baseURL: '//52.80.133.197:9081/api/' // BioBank on AWS发布使用
|
|
|
- // baseURL: '//52.80.133.197:10092/api/' // 因顿LIMS发布
|
|
|
- // baseURL: '//188.188.30.89:9081/api/' //临沂使用
|
|
|
- // proxyHeaders: false
|
|
|
+
|
|
|
+ /* --------Nuxt Start发版用 START-------------- */
|
|
|
+ // baseURL: '/api/'
|
|
|
+ /* --------Nuxt Start发版用 END-------------- */
|
|
|
+
|
|
|
},
|
|
|
/*
|
|
|
** 客户端和服务端共享的环境变量,
|
|
|
** 客户端使用:process.env.appclient 服务端使用:context.appclient
|
|
|
*/
|
|
|
env: {
|
|
|
- appclient: 'gfgl', //因顿LIMS:lims,样本库:biobank,细胞制备:cellbank,样本搜索判断,登录跳转判断
|
|
|
- // imgserverhost: 'http://52.80.133.197:10091', // 服务地址,图片上传文件
|
|
|
-
|
|
|
- imgserverhost: 'http://52.80.133.197:9081', // BioBank服务地址,图片上传文件
|
|
|
- upfilehost: 'http://weed1.labsop.cn:9333/dir/assign', // 附件上传
|
|
|
+ appclient: 'gfgl', //供方管理系统
|
|
|
+ imgserverhost: 'http://52.80.133.197:9081', //BioBank服务地址,图片上传文件
|
|
|
+ upfilehost: 'http://weed1.labsop.cn:9333/dir/assign', //附件上传
|
|
|
+ baseURL: '//localhost:10091/api/' //工作流图片
|
|
|
|
|
|
- // imgserverhost: 'http://192.168.0.211:10091', // 花生所系统服务地址,图片上传文件
|
|
|
- // upfilehost: 'http://192.168.0.211:9333/dir/assign' // 花生所系统附件上传
|
|
|
-
|
|
|
- //imgserverhost: 'http://188.188.30.89:9081', // 临沂服务地址,图片上传文件
|
|
|
- //upfilehost: '188.188.30.89:9333/dir/assign', // 临沂附件上传
|
|
|
-
|
|
|
- //limsimgserverhost:' http://47.92.212.59:10091',//lims图片上传
|
|
|
- //onlyofficeUrl: 'http://192.168.0.252:9221', //onlyoffice地址
|
|
|
- //onlyofficeCallBackUrl: 'http://192.168.0.108:10091', //onlyofficeCallBack的本地地址
|
|
|
- //onlyofficeUrl: 'http://47.92.212.59:9221', //onlyoffice地址 Lims
|
|
|
- //onlyofficeCallBackUrl: 'http://47.92.212.59:10091' //onlyofficeCallBack地址 Lims
|
|
|
- baseURL: '//localhost:10091/api/' // 本机开发使用
|
|
|
+ /* --------Nuxt Start发版用 START-------------- */
|
|
|
+ /*
|
|
|
+ appclient: 'gfgl', //供方信息管理平台
|
|
|
+ upfilehost: '/uploadfile', //附件上传
|
|
|
+ baseURL: '/api/', //本地工作流图片
|
|
|
+ API_URL: 'http://10.76.248.23:10091/api/' //服务器渲染时调用
|
|
|
+ */
|
|
|
+ /* --------Nuxt Start发版用 END-------------- */
|
|
|
}
|
|
|
}
|