@@ -4,7 +4,7 @@ import { gHeaders } from "./request/state";
const history = createWebHashHistory();
const routes: RouteRecordRaw[] = [
{
- path: "",
+ path: "/down-vision",
name: "down-vision",
component: () => import("@/view/down-vision.vue"),
},