configurl.js.default 363 Bytes
Newer Older
Administrator's avatar
Administrator committed
1
const baseURL = 'ws://127.0.0.:9502';
2 3
const chemicalsUrl = 'ws://127.0.0.1:9507';
const fireUrl = 'ws://127.0.0.1:9508';
冯超鹏's avatar
冯超鹏 committed
4
const alarmUrl = 'ws://127.0.0.1:9601';
冯超鹏's avatar
冯超鹏 committed
5 6 7 8 9 10
const mapkey = '2719fe261fee06a08dcb4980990879da';
const mapurl = 'https://webapi.amap.com/maps?v=1.4.15&key=';
export default {
  baseURL,
  mapkey,
  mapurl,
11 12
  chemicalsUrl,
  fireUrl,
冯超鹏's avatar
冯超鹏 committed
13
  alarmUrl,
冯超鹏's avatar
冯超鹏 committed
14
};