fix: 解决冲突
This commit is contained in:
commit
4ee9f98ce4
4
App.vue
4
App.vue
@ -40,7 +40,7 @@
|
|||||||
} else {
|
} else {
|
||||||
// 生产环境
|
// 生产环境
|
||||||
console.log('生产环境')
|
console.log('生产环境')
|
||||||
this.globalData.siteUrl = 'http://192.168.34.221:9111/' // 雄哥
|
//this.globalData.siteUrl = 'http://192.168.34.221:9111/' // 雄哥
|
||||||
// this.globalData.siteUrl = 'http://8.142.139.165:7080/' // 湖里
|
// this.globalData.siteUrl = 'http://8.142.139.165:7080/' // 湖里
|
||||||
// this.globalData.siteUrl = 'http://182.90.224.147:100/' // 演示平台
|
// this.globalData.siteUrl = 'http://182.90.224.147:100/' // 演示平台
|
||||||
// this.globalData.siteUrl = 'http://124.71.178.44:8012/' // 河南
|
// this.globalData.siteUrl = 'http://124.71.178.44:8012/' // 河南
|
||||||
@ -70,7 +70,7 @@
|
|||||||
// this.globalData.siteUrl = 'http://101.43.164.214:45022/'//盘锦
|
// this.globalData.siteUrl = 'http://101.43.164.214:45022/'//盘锦
|
||||||
// this.globalData.siteUrl = 'http://183.249.224.118:9000/'// 嘉兴项目
|
// this.globalData.siteUrl = 'http://183.249.224.118:9000/'// 嘉兴项目
|
||||||
// this.globalData.siteUrl = 'http://jxj.zhgdyun.com:30250/#/'// 演示平台H5
|
// this.globalData.siteUrl = 'http://jxj.zhgdyun.com:30250/#/'// 演示平台H5
|
||||||
// this.globalData.siteUrl = 'http://47.93.215.234:9809/'// 鞍钢
|
this.globalData.siteUrl = 'http://47.93.215.234:9809/'// 鞍钢
|
||||||
// this.globalData.siteUrl = 'http://10.168.1.105:11111/'//
|
// this.globalData.siteUrl = 'http://10.168.1.105:11111/'//
|
||||||
}
|
}
|
||||||
var systemInfo;
|
var systemInfo;
|
||||||
|
|||||||
6
main.js
6
main.js
@ -84,14 +84,12 @@ if (process.env.NODE_ENV === 'development') {
|
|||||||
// Vue.prototype.url_config = 'http://10.168.1.104:11111/' // 线上地址
|
// Vue.prototype.url_config = 'http://10.168.1.104:11111/' // 线上地址
|
||||||
// Vue.prototype.url_config = 'http://47.93.215.234:9809/' // 鞍钢线上地址(弃用)
|
// Vue.prototype.url_config = 'http://47.93.215.234:9809/' // 鞍钢线上地址(弃用)
|
||||||
// Vue.prototype.url_config = 'http://42.180.188.17:9809/' // 鞍钢线上地址
|
// Vue.prototype.url_config = 'http://42.180.188.17:9809/' // 鞍钢线上地址
|
||||||
// Vue.prototype.url_config = 'http://192.168.34.221:9111/' //郭圣雄本地
|
Vue.prototype.url_config = 'http://42.180.188.17:11211/' // 鞍钢线上测试地址
|
||||||
// Vue.prototype.url_config = 'http://47.93.215.234:11211/' // 鞍钢测试地址(弃用)
|
|
||||||
Vue.prototype.url_config = 'http://42.180.188.17:11211/' // 鞍钢测试地址
|
|
||||||
// Vue.prototype.url_config = 'http://182.90.224.237:51234/' // 百色三标段
|
// Vue.prototype.url_config = 'http://182.90.224.237:51234/' // 百色三标段
|
||||||
// Vue.prototype.url_config = 'http://192.168.34.221:9111/' // 百色三标段
|
// Vue.prototype.url_config = 'http://192.168.34.221:9111/' // 百色三标段
|
||||||
// Vue.prototype.work_url = 'http://47.93.215.234:19997' // 工作流线上地址(弃用)
|
// Vue.prototype.work_url = 'http://47.93.215.234:19997' // 工作流线上地址(弃用)
|
||||||
// Vue.prototype.work_url = 'http://42.180.188.17:19997' // 工作流线上地址
|
// Vue.prototype.work_url = 'http://42.180.188.17:19997' // 工作流线上地址
|
||||||
Vue.prototype.work_url = 'http://47.93.215.234:19097' // 工作流测试地址
|
Vue.prototype.work_url = 'http://42.180.188.17:19097' // 工作流测试地址
|
||||||
// Vue.prototype.work_url = 'http://192.168.34.139:5173' // 工作流地址
|
// Vue.prototype.work_url = 'http://192.168.34.139:5173' // 工作流地址
|
||||||
// Vue.prototype.url_config = 'http://182.90.224.147:100/' //演示平台
|
// Vue.prototype.url_config = 'http://182.90.224.147:100/' //演示平台
|
||||||
// Vue.prototype.url_config ='http://124.71.178.44:8012/' // 河南
|
// Vue.prototype.url_config ='http://124.71.178.44:8012/' // 河南
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user