dusenyao пре 3 година
родитељ
комит
87a35e0310

+ 2 - 2
src/layouts/components/LayoutHeader.vue

@@ -73,12 +73,12 @@ export default {
         },
         {
           path: '/vocabulary',
-          name: '词汇录入',
+          name: '多语言词汇',
           isShow: true
         },
         {
           path: '/upload/uploadList',
-          name: '上传文件',
+          name: '文件静态资源',
           isShow: true
         }
       ];

+ 2 - 2
src/router/index.js

@@ -110,7 +110,7 @@ const routes = [
   {
     path: '/vocabulary',
     component: Layout,
-    meta: { title: '词汇录入' },
+    meta: { title: '多语言词汇' },
     redirect: '/vocabulary/index',
     children: [
       {
@@ -126,7 +126,7 @@ const routes = [
   {
     path: '/uploadList',
     component: Layout,
-    meta: { title: '上传文件' },
+    meta: { title: '文件静态资源' },
     redirect: '/upload/uploadList',
     children: [
       {

+ 0 - 2
src/views/upload/uploadDetail.vue

@@ -216,10 +216,8 @@ export default {
 </script>
 
 <style lang="scss" scoped>
-//@import url(); 引入公共css类
 .book-vocab {
   width: 100%;
-  height: 100vh;
   overflow: hidden;
 
   &-content {

+ 1 - 1
src/views/upload/uploadList.vue

@@ -3,7 +3,7 @@
   <div class="book-vocab">
     <div class="book-vocab-content">
       <div class="book-vocab-content-create">
-        <el-button size="mini" type="primary" @click="createVocab">上传资源</el-button>
+        <el-button size="mini" type="primary" @click="createVocab">添加文件静态资源</el-button>
       </div>
       <div class="book-vocab-content-search">
         <el-form :inline="true" :model="searchForm" size="mini">