config.js 268 B

12345678910
  1. /**
  2. * 跳转大屏项目的默认地址
  3. */
  4. const VISUAL_PAGE_PATH = `http://${window.location.hostname}:8081/#/basePage`
  5. const TOOLS_PAGE_PATH = `http://${window.location.hostname}:8082/#/`
  6. const TOP_MENUS = []
  7. const ROBOT = { username: 'robot', pass: '123456' }