Browse Source

修复首页问题

dev-xx
qb 10 months ago
parent
commit
9548d11681
  1. 75
      src/router/views/index.js

75
src/router/views/index.js

@ -13,7 +13,7 @@ export default [
meta: {
i18n: 'dashboard',
},
component: () => import(/* webpackChunkName: "views" */ '@/views/wel/index2.vue'),
component: () => import(/* webpackChunkName: "views" */ '@/views/wel/index.vue'),
},
{
path: 'dashboard',
@ -1516,7 +1516,6 @@ export default [
],
},
{
path: '/financialsector/Financialse/FinancialDelivery',
component: Layout,
@ -1532,7 +1531,7 @@ export default [
component: () => import('@/views/financialsector/Financialse/FinancialDelivery.vue'),
},
],
},
},
{
path: '/financialsector/FinanceHome',
@ -1551,48 +1550,34 @@ export default [
],
},
// {
// // 这是父路由,财务主页面
// path: '/financialsector/FinanceHome',
// component: Layout,
// redirect: '/financialsector/FinanceHome',
// children: [
// {
// // 这是父页面的默认视图
// meta: {
// i18n: 'dict',
// keepAlive: false,
// },
// path: '/financialsector/FinanceHome',
// name: '财务',
// component: () => import('@/views/financialsector/FinanceHome.vue'),
// },
// {
// // 子页面
// meta: {
// i18n: 'dict',
// keepAlive: false,
// },
// path: '/financialsector/Financialse/FinancialWarehousing',
// name: '新增模板',
// component: () => import('@/views/financialsector/Financialse/FinancialWarehousing.vue'),
// },
// ],
// },
// {
// // 这是父路由,财务主页面
// path: '/financialsector/FinanceHome',
// component: Layout,
// redirect: '/financialsector/FinanceHome',
// children: [
// {
// // 这是父页面的默认视图
// meta: {
// i18n: 'dict',
// keepAlive: false,
// },
// path: '/financialsector/FinanceHome',
// name: '财务',
// component: () => import('@/views/financialsector/FinanceHome.vue'),
// },
// {
// // 子页面
// meta: {
// i18n: 'dict',
// keepAlive: false,
// },
// path: '/financialsector/Financialse/FinancialWarehousing',
// name: '新增模板',
// component: () => import('@/views/financialsector/Financialse/FinancialWarehousing.vue'),
// },
// ],
// },
// {
// path: '/aftersales/aftersalesWorkOrderSS',

Loading…
Cancel
Save