|
@@ -155,7 +155,7 @@ const routes: RouteRecordRaw[] = [
|
|
|
{ path: '/:pathMatch(.*)*', component: import("@/view/layout/nav.vue") },
|
|
|
|
|
|
];
|
|
|
-
|
|
|
+console.log('routes', routes)
|
|
|
export const findRoute = (
|
|
|
routeName: string,
|
|
|
fullPath = false,
|
|
@@ -176,7 +176,7 @@ export const findRoute = (
|
|
|
|
|
|
export const router = createRouter({ history, routes });
|
|
|
export const setDocTitle = (title: string) => {
|
|
|
- document.title = title + "-不可移动文物管理平台";
|
|
|
+ document.title = title + "-不可移动文物管理平台(test-update)";
|
|
|
};
|
|
|
|
|
|
watchEffect(() => {
|