新增随手拍功能

This commit is contained in:
给我
2026-04-20 19:53:56 +08:00
parent 85a746ff7a
commit 974c82b5df
5 changed files with 1020 additions and 9 deletions

View File

@ -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(),