Explorar el Código

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

wuhongyu hace 5 años
padre
commit
b47b7ed984
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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({