configurl.js.default 367 Bytes
Newer Older
冯超鹏's avatar
冯超鹏 committed
1 2 3 4
const baseURL = 'wss://127.0.0.:9502';
const chemicalsUrl = 'wss://127.0.0.1:9507';
const fireUrl = 'wss://127.0.0.1:9508';
const alarmUrl = 'wss://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
};