style:样式修改
Showing
2 changed files
with
5 additions
and
3 deletions
... | @@ -45,6 +45,8 @@ export default { | ... | @@ -45,6 +45,8 @@ export default { |
45 | 45 | ||
46 | .menubg { | 46 | .menubg { |
47 | height: 34px; | 47 | height: 34px; |
48 | width: 130px; | ||
49 | text-align: center; | ||
48 | color: #FFFFFF; | 50 | color: #FFFFFF; |
49 | margin-right: 20px; | 51 | margin-right: 20px; |
50 | background: url('~@/image/navbar.png') no-repeat; | 52 | background: url('~@/image/navbar.png') no-repeat; | ... | ... |
... | @@ -171,7 +171,7 @@ export const asyncRoutes = [ | ... | @@ -171,7 +171,7 @@ export const asyncRoutes = [ |
171 | } | 171 | } |
172 | ] | 172 | ] |
173 | }, | 173 | }, |
174 | // 接入业务信息 | 174 | // 接入业务信息-不动产数据 |
175 | { | 175 | { |
176 | path: '/busineInfo', | 176 | path: '/busineInfo', |
177 | component: Layout, | 177 | component: Layout, |
... | @@ -289,13 +289,13 @@ export const asyncRoutes = [ | ... | @@ -289,13 +289,13 @@ export const asyncRoutes = [ |
289 | }, | 289 | }, |
290 | { | 290 | { |
291 | path: 'validationRule', | 291 | path: 'validationRule', |
292 | component: () => import('@/views/system/validationRule'), | 292 | component: () => import('@/views/system/validationRule/index'), |
293 | name: 'validationRule', | 293 | name: 'validationRule', |
294 | meta: { title: '上报效验规则配置' } | 294 | meta: { title: '上报效验规则配置' } |
295 | }, | 295 | }, |
296 | { | 296 | { |
297 | path: 'timedTask', | 297 | path: 'timedTask', |
298 | component: () => import('@/views/system/timedTask'), | 298 | component: () => import('@/views/system/timedTask/index'), |
299 | name: 'timedTask', | 299 | name: 'timedTask', |
300 | meta: { title: '定时任务' } | 300 | meta: { title: '定时任务' } |
301 | } | 301 | } | ... | ... |
-
Please register or sign in to post a comment