Selaa lähdekoodia

feat: hidden test

gemercheung 11 kuukautta sitten
vanhempi
commit
2cf90cf9b3
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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(() => {