/** * 全局参数配置 * * */ let loca = window.location.origin; let infomation = { 'title': '', // 网站title 'loadingTitle': '加载中...', // login文字配置 'copyright': 'Copyright © 2019 版权所有 武汉新烽光电股份有限公司', // 版权所有 'systemHref': loca + '/page', // 进入系统 'loginHref': loca + '/screen.html', // 大屏首页 'threeOpengl': "http://" + window.location.hostname + ':8001/unity.html', // 三维可视化页面 }; export default infomation;