add bun backend and add upload bitstream component
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
import { createMemoryHistory, createRouter } from 'vue-router'
|
||||
import LoginView from "@/views/LoginView.vue"
|
||||
import UserView from '@/views/UserView.vue'
|
||||
import TestSVG from '@/views/TestSVG.vue'
|
||||
import TestView from '@/views/TestView.vue'
|
||||
|
||||
const routes = [
|
||||
{ path: "/", redirect: "/user" },
|
||||
{ path: "/login", name: "Login", component: LoginView },
|
||||
{ path: "/user", name: "User", component: UserView },
|
||||
{ path: "/test", name: "Test", component: TestSVG },
|
||||
{ path: "/test", name: "Test", component: TestView },
|
||||
]
|
||||
|
||||
const router = createRouter({
|
||||
|
||||
Reference in New Issue
Block a user