guhongwei 3 years ago
parent
commit
87802190ce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

@@ -47,7 +47,7 @@ const service = [
   },
   {
     path: '/service/notice/detail',
-    meta: { title: '政策资讯-详细信息' },
+    meta: { title: '政策资讯-详细信息' },
     component: () => import('../views/service/notice/detail.vue'),
   },
   {