060402
This commit is contained in:
parent
1926d26568
commit
2d4337a2b4
Binary file not shown.
|
@ -2301,7 +2301,7 @@ export default {
|
|||
warnTypeList: window.config.warnTypeList,
|
||||
warnStatusList: window.config.warnStatusList,
|
||||
deviceBarTypeList: [
|
||||
{ id: '15', name: '情报板' },
|
||||
{ id: '15', name: '情报板1' },
|
||||
{ id: '11', name: '风机' },
|
||||
{ id: '13', name: '车道指示灯' },
|
||||
{ id: '14', name: '交通信号灯' },
|
||||
|
|
|
@ -13,8 +13,8 @@ module.exports = {
|
|||
'/json': {
|
||||
//本地服务接口地址
|
||||
// target: 'http://link.ser99.vip:8080/zhongkai',
|
||||
target: 'http://65.73.11.246:7774',
|
||||
// target: 'http://172.16.1.155:8009',
|
||||
// target: 'http://65.73.11.246:7774',
|
||||
target: 'http://172.16.1.155:8009',
|
||||
// target: 'http://172.16.1.162:8233',
|
||||
// target: 'http://192.168.13.138:8233',
|
||||
// target: 'http://172.16.1.113:8012',
|
||||
|
@ -26,8 +26,8 @@ module.exports = {
|
|||
},
|
||||
'/xjIotApi': {
|
||||
//集采
|
||||
target: 'http://65.73.11.246:8083',
|
||||
// target: 'http://172.16.1.155:8080',
|
||||
// target: 'http://65.73.11.246:8083',
|
||||
target: 'http://172.16.1.155:8080',
|
||||
ws: true,
|
||||
https: true,
|
||||
pathRewrite: {
|
||||
|
@ -36,8 +36,8 @@ module.exports = {
|
|||
},
|
||||
'/iotApi': {
|
||||
//平台
|
||||
target: 'http://65.73.11.246:8090',
|
||||
// target: 'http://172.16.1.155:8080',
|
||||
// target: 'http://65.73.11.246:8090',
|
||||
target: 'http://172.16.1.155:8080',
|
||||
ws: true,
|
||||
https: true,
|
||||
pathRewrite: {
|
||||
|
|
Loading…
Reference in New Issue