修改系统名称
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -37,7 +37,7 @@ const constantRoutes: RouteRecordRaw[] = [ | ... | @@ -37,7 +37,7 @@ const constantRoutes: RouteRecordRaw[] = [ |
| 37 | name: 'notFound', | 37 | name: 'notFound', |
| 38 | component: () => import('@/views/[...all].vue'), | 38 | component: () => import('@/views/[...all].vue'), |
| 39 | meta: { | 39 | meta: { |
| 40 | title: '可信数据空间', | 40 | title: '可信数据服务平台', |
| 41 | }, | 41 | }, |
| 42 | }, | 42 | }, |
| 43 | ] | 43 | ] | ... | ... |
-
Please register or sign in to post a comment