Explorar o código

feat: hidden test

gemercheung hai 11 meses
pai
achega
2cf90cf9b3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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(() => {