ソースを参照

Merge branch 'master' of http://git.cc-lotus.info/service-platform/web-website

wuhongyu 5 年 前
コミット
b47b7ed984
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

@@ -329,7 +329,7 @@ const routes = [
     name: 'trial',
     component: () => import('../views/trial/index.vue'),
   },
-  ...live,
+  // ...live,
 ];
 
 const router = new VueRouter({