gemercheung 11 mesiacov pred
rodič
commit
2cf90cf9b3
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/router.ts

+ 1 - 1
src/router.ts

@@ -176,7 +176,7 @@ export const findRoute = (
 
 export const router = createRouter({ history, routes });
 export const setDocTitle = (title: string) => {
-  document.title = title + "-不可移动文物管理平台(test-update)";
+  document.title = title + "-不可移动文物管理平台";
 };
 
 watchEffect(() => {