소스 검색

更新 页面title

wzh 3 년 전
부모
커밋
10b137db13
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

@@ -148,7 +148,7 @@ const router = createRouter({
       path: "/voyage/portDeclarationList",
       name: "portDeclarationList",
       meta: {
-        title: "报",
+        title: "报",
         code: "DECLARELIST",
       },
       component: () => import("../views/voyage/portDeclarationList.vue"),