some changes to color and to routes

This commit is contained in:
ori agranat
2019-03-16 21:47:34 +02:00
parent 9ed992cc44
commit fa8b1a59a8
8 changed files with 149 additions and 41 deletions

View File

@@ -3,9 +3,9 @@ import Input from "./components/InputTab.vue";
import ThreeD from "./components/3DTab.vue";
const routes = [
{ path: '/', redirect: '/input' },
{ path: '/input', component: Input },
{ path: '/3d', component: ThreeD }
{ path: '/', redirect: '/vision/input' },
{ path: '/vision/input', component: Input },
{ path: '/vision/3d', component: ThreeD }
]
const router = new VueRouter({