Parcourir la source

update views/post

reghao il y a 1 an
Parent
commit
3c9a400df8
2 fichiers modifiés avec 0 ajouts et 5 suppressions
  1. 0 4
      src/views/post/Post.vue
  2. 0 1
      src/views/post/PostAnalysis.vue

+ 0 - 4
src/views/post/Post.vue

@@ -54,10 +54,6 @@
                 <i class="el-icon-s-data" />
                 <span slot="title">视频列表</span>
               </el-menu-item>
-              <el-menu-item index="/post/video/statistic">
-                <i class="el-icon-data-analysis" />
-                <span slot="title">视频数据</span>
-              </el-menu-item>
             </el-menu-item-group>
           </el-submenu>
           <el-submenu index="/post/album">

+ 0 - 1
src/views/post/PostAnalysis.vue

@@ -13,7 +13,6 @@ export default {
     }
   },
   created() {
-    document.title = '稿件数据'
   },
   methods: {
   }