新增随手拍功能
This commit is contained in:
@ -588,6 +588,11 @@ const routes = [
|
||||
name: "dataReport",
|
||||
component: () => import("../pages/dataReport/index.vue"),
|
||||
},
|
||||
{
|
||||
path: "/ssp-report",
|
||||
name: "ssp-report",
|
||||
component: () => import("../pages/sspReport/index.vue"),
|
||||
},
|
||||
];
|
||||
const router = createRouter({
|
||||
history: createWebHashHistory(),
|
||||
|
||||
Reference in New Issue
Block a user