houzhongjian
2024-08-16 5920d8bb3ec5f6c84805381fee0269638d402eab
路由调整,全局项目名称调整
已修改4个文件
29 ■■■■ 文件已修改
src/locales/zh-CN.ts 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/router/modules/remaining.ts 21 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/Login/components/SSOLogin.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/infra/redis/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/locales/zh-CN.ts
@@ -114,7 +114,7 @@
  },
  login: {
    welcome: '欢迎使用本系统',
    message: '开箱即用的中后台管理系统',
    message: 'IAILAB中后台管理系统',
    tenantname: '租户名称',
    username: '用户名',
    password: '密码',
@@ -368,7 +368,7 @@
      qrSignInFormTitle: '二维码登录',
      signUpFormTitle: '注册',
      forgetFormTitle: '重置密码',
      signInTitle: '开箱即用的中后台管理系统',
      signInTitle: 'IAILAB中后台管理系统',
      signInDesc: '输入您的个人详细信息开始使用!',
      policy: '我同意xxx隐私政策',
      scanSign: `扫码后点击"确认",即可完成登录`,
src/router/modules/remaining.ts
@@ -328,27 +328,6 @@
      }
    ]
  },
  {
    path: '/ai',
    component: Layout,
    name: 'Ai',
    meta: {
      hidden: true
    },
    children: [
      {
        path: 'image/square',
        component: () => import('@/views/ai/image/square/index.vue'),
        name: 'AiImageSquare',
        meta: {
          title: '绘图作品',
          icon: 'ep:home-filled',
          noCache: false,
          affix: true
        }
      }
    ]
  }
]
export default remainingRouter
src/views/Login/components/SSOLogin.vue
@@ -9,6 +9,8 @@
      <el-form :model="formData" class="login-form">
        <!-- 授权范围的选择 -->
        此第三方应用请求获得以下权限:
        <br/>
        <br/>
        <el-form-item prop="scopes">
          <el-checkbox-group v-model="formData.scopes">
            <el-checkbox
src/views/infra/redis/index.vue
@@ -244,7 +244,7 @@
      fontSize: 30, // 文字的字体大小,默认 15。
      formatter: cache.value!.info.used_memory_human // 格式化函数或者字符串
    }
    console.log(cache.value!.info.used_memory_human)
    usedmemoryEchartChika.series[0].data[0] = {
      value: cache.value!.info.used_memory_human,
      name: '内存消耗'