Browse Source

feat: 项目名字变更

sunxiao 7 months ago
parent
commit
3ee95ff0db
4 changed files with 16 additions and 5 deletions
  1. 1 1
      index.html
  2. 1 1
      src/components/Layout/TheLogo.vue
  3. 1 1
      src/permission.js
  4. 13 2
      src/views/login/LoginView.vue

+ 1 - 1
index.html

@@ -7,7 +7,7 @@
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   <!-- <link rel="stylesheet" href="https://static.fuxicarbon.com/bigModel/js/katex.min.css"> -->
   <script src="https://static.fuxicarbon.com/bigModel/js/katex.min.js"></script>
-  <title>LibraAI人工智能运营体</title>
+  <title>LibraAI智能体运营平台</title>
 </head>
 
 <body>

+ 1 - 1
src/components/Layout/TheLogo.vue

@@ -21,7 +21,7 @@ const handleClick = () => router.push('/');
       <div class="w-[28px] h-[28px]">
         <SvgIcon name="common-logo" size="28"></SvgIcon>
       </div>
-      <span class="block w-[70px] font-[10px] text-center">人工智能运营体智慧决策助手</span>
+      <span class="block w-[70px] font-[10px] text-center">LibraAI智能体运营平台</span>
     </div>
     <!-- 图标 -->
     <div class="icon-group flex items-center justify-center"  @click="changeCollapse" v-show="!subMenuCollapse">

+ 1 - 1
src/permission.js

@@ -3,7 +3,7 @@ import { createDiscreteApi} from 'naive-ui';
 import { useUserStore } from '@/stores/modules/userStore';
 
 const whiteList = ['/login'];
-const TITLE_SUFFIX = ' - LibraAI人工智能运营体';
+const TITLE_SUFFIX = ' - LibraAI智能体运营平台';
 
 const { loadingBar } = createDiscreteApi(['loadingBar'], {
   loadingBarProviderProps: {

+ 13 - 2
src/views/login/LoginView.vue

@@ -49,8 +49,9 @@ const handleSubmit = async () => {
 
 <template>
   <div class="login-viewport">
-    <div class="logo absolute w-[106px] h-[28px] top-[14px] left-[20px]">
-      <img src="@/assets/images/login/logo.png" alt="logo" />
+    <div class="logo absolute w-[120px] space-x-[8px] h-[28px] top-[14px] left-[20px]">
+      <img src="@/assets/svgs/common/logo.svg" alt="logo" />
+      <span class="text">LibraAI智能体运营平台</span>
     </div>
 
     <main class="main flex items-center space-x-[98px]">
@@ -106,6 +107,16 @@ const handleSubmit = async () => {
   background-size: 100% 100%;
   overflow: hidden;
 
+  .logo {
+    @include flex(x, center, center);
+    .text {
+      font-size: 13px;
+      font-family: AlimamaShuHeiTi;
+      font-weight: bold;
+      line-height: 14px;
+    }
+  }
+
   .text-title {
     font-family: AlimamaShuHeiTi;
     p:nth-child(1) {