Parcourir la source

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

wuhongyu il y a 5 ans
Parent
commit
b47b7ed984
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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({