Browse Source

去除没用的内容

liyanbo 7 tháng trước cách đây
mục cha
commit
49d8bd508d
4 tập tin đã thay đổi với 10 bổ sung10 xóa
  1. 1 1
      .env
  2. 2 2
      index.html
  3. 4 4
      src/layout/components/UserInfo/src/UserInfo.vue
  4. 3 3
      src/views/Profile/Index.vue

+ 1 - 1
.env

@@ -1,5 +1,5 @@
 # 标题
-VITE_APP_TITLE=博雅智算管理系统
+VITE_APP_TITLE=人工智能通识课平台
 
 # 项目本地运行端口号
 VITE_PORT=80

+ 2 - 2
index.html

@@ -7,11 +7,11 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta
       name="keywords"
-      content="博雅智算管理系统 基于 vue3 + CompositionAPI + typescript + vite3 + element plus 的后台开源免费管理系统!"
+      content="人工智能通识课平台 基于 vue3 + CompositionAPI + typescript + vite3 + element plus 的后台开源免费管理系统!"
     />
     <meta
       name="description"
-      content="博雅智算管理系统 基于 vue3 + CompositionAPI + typescript + vite3 + element plus 的后台开源免费管理系统!"
+      content="人工智能通识课平台 基于 vue3 + CompositionAPI + typescript + vite3 + element plus 的后台开源免费管理系统!"
     />
     <title>%VITE_APP_TITLE%</title>
   </head>

+ 4 - 4
src/layout/components/UserInfo/src/UserInfo.vue

@@ -68,10 +68,10 @@ const toDocument = () => {
           <Icon icon="ep:tools" />
           <div @click="toProfile">{{ t('common.profile') }}</div>
         </ElDropdownItem>
-        <ElDropdownItem>
-          <Icon icon="ep:menu" />
-          <div @click="toDocument">{{ t('common.document') }}</div>
-        </ElDropdownItem>
+<!--        <ElDropdownItem>-->
+<!--          <Icon icon="ep:menu" />-->
+<!--          <div @click="toDocument">{{ t('common.document') }}</div>-->
+<!--        </ElDropdownItem>-->
         <ElDropdownItem divided>
           <Icon icon="ep:lock" />
           <div @click="lockScreen">{{ t('lock.lockScreen') }}</div>

+ 3 - 3
src/views/Profile/Index.vue

@@ -18,9 +18,9 @@
           <el-tab-pane :label="t('profile.info.resetPwd')" name="resetPwd">
             <ResetPwd />
           </el-tab-pane>
-          <el-tab-pane :label="t('profile.info.userSocial')" name="userSocial">
-            <UserSocial v-model:activeName="activeName" />
-          </el-tab-pane>
+<!--          <el-tab-pane :label="t('profile.info.userSocial')" name="userSocial">-->
+<!--            <UserSocial v-model:activeName="activeName" />-->
+<!--          </el-tab-pane>-->
         </el-tabs>
       </div>
     </el-card>