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