| | |
| | | <link rel='stylesheet' href='/iconfont/saber/iconfont.css'> |
| | | <link rel='stylesheet' href='/css/loading.css'> |
| | | <link rel='stylesheet' href='/css/saber.css'> |
| | | <title>无人机后台管理系统</title> |
| | | <title>中图智绘低空无人机监测网平台</title> |
| | | </head> |
| | | |
| | | <body> |
| | |
| | | title: 'saber', |
| | | logo: 'S', |
| | | key: 'saber', //配置主键,目前用于存储 |
| | | indexTitle: '无人机后台管理系统', |
| | | indexTitle: '中图智绘低空无人机监测网平台', |
| | | clientId: 'drone', // 客户端id |
| | | clientSecret: 'drone_secret', // 客户端密钥 |
| | | tenantMode: true, // 是否开启租户模式 |
| | |
| | | export default { |
| | | title: '无人机后台管理系统', |
| | | title: '中图智绘低空无人机监测网平台', |
| | | logoutTip: 'Exit the system, do you want to continue?', |
| | | submitText: 'submit', |
| | | cancelText: 'cancel', |
| | |
| | | export default { |
| | | title: '无人机后台管理系统', |
| | | title: '中图智绘低空无人机监测网平台', |
| | | logoutTip: '退出系统, 是否继续?', |
| | | submitText: '确定', |
| | | cancelText: '取消', |
| | |
| | | }, |
| | | login: { |
| | | title: '登录 ', |
| | | info: '无人机后台管理系统', |
| | | info: '中图智绘低空无人机监测网平台', |
| | | tenantId: '请输入租户ID', |
| | | username: '请输入账号', |
| | | password: '请输入密码', |