无人机管理后台前端(已迁走)
zrj
2024-07-17 83461d53660e70ced5ab5989caf317e663b0a156
系统名称修改
4 files modified
10 ■■■■ changed files
index.html 2 ●●● patch | view | raw | blame | history
src/config/website.js 2 ●●● patch | view | raw | blame | history
src/lang/en.js 2 ●●● patch | view | raw | blame | history
src/lang/zh.js 4 ●●●● patch | view | raw | blame | history
index.html
@@ -17,7 +17,7 @@
  <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>
src/config/website.js
@@ -5,7 +5,7 @@
  title: 'saber',
  logo: 'S',
  key: 'saber', //配置主键,目前用于存储
  indexTitle: '无人机后台管理系统',
  indexTitle: '中图智绘低空无人机监测网平台',
  clientId: 'drone', // 客户端id
  clientSecret: 'drone_secret', // 客户端密钥
  tenantMode: true, // 是否开启租户模式
src/lang/en.js
@@ -1,5 +1,5 @@
export default {
  title: '无人机后台管理系统',
  title: '中图智绘低空无人机监测网平台',
  logoutTip: 'Exit the system, do you want to continue?',
  submitText: 'submit',
  cancelText: 'cancel',
src/lang/zh.js
@@ -1,5 +1,5 @@
export default {
  title: '无人机后台管理系统',
  title: '中图智绘低空无人机监测网平台',
  logoutTip: '退出系统, 是否继续?',
  submitText: '确定',
  cancelText: '取消',
@@ -78,7 +78,7 @@
  },
  login: {
    title: '登录 ',
    info: '无人机后台管理系统',
    info: '中图智绘低空无人机监测网平台',
    tenantId: '请输入租户ID',
    username: '请输入账号',
    password: '请输入密码',