You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
473 B

2 months ago
// 应用全局配置
module.exports = {
WebSocketBaseUrl: 'ws://10.52.6.52:9035/websocket/message',
//三门峡版本
// 36.112.48.53:88/emergency/api
// baseUrl: 'http://36.112.48.53:88/emergency/api',
baseUrl: 'http://192.168.1.100:8080',
// baseUrl: 'http://192.168.1.5:8083',
2 months ago
//图片上传
baseUrlImg: 'http://36.112.48.53:88/emergencyManage',
// 应用信息
appInfo: {
// 应用名称
name: "应急资源",
// 应用版本
version: "1001",
}
}