wxy 4 years ago
parent
commit
600144b681
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

@@ -248,7 +248,7 @@ const routes = [
   {
     path: '/channel/index',
     name: 'channel',
-    meta: { title: '科技在线频道', isleftarrow: true },
+    meta: { title: '科技频道', isleftarrow: true },
     component: () => import('../views/channel/index.vue'),
   },
 ];