mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-30 02:31:40 +00:00
some changes to color and to routes
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user