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
430 B
22 lines
430 B
// 应用全局配置
|
|
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://localhost:8083',
|
|
|
|
//图片上传
|
|
baseUrlImg: 'http://36.112.48.53:88/emergencyManage',
|
|
|
|
|
|
// 应用信息
|
|
appInfo: {
|
|
// 应用名称
|
|
name: "应急资源",
|
|
// 应用版本
|
|
version: "1001",
|
|
|
|
}
|
|
} |