Procházet zdrojové kódy

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

wuhongyu před 5 roky
rodič
revize
b47b7ed984
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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({