Browse Source

修改主页地址

user5 3 years ago
parent
commit
feb18ea4ff
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/components/NoticeIcon/NoticeList.vue
  2. 1 1
      src/router/index.js

+ 1 - 1
src/components/NoticeIcon/NoticeList.vue

@@ -25,7 +25,7 @@
             <div slot="description">
                <router-link :to="url">
                 <div class="description" style="text-align:center">查看更多</div>
-                </router-link>   
+                </router-link>
             </div>
           </ep-list-item-meta>
       </ep-list-item>

+ 1 - 1
src/router/index.js

@@ -32,7 +32,7 @@ const mainRoutes = {
   meta: {title: '整体布局'},
   children: [
     {path: '/redirect/:path(.*)', component: _import('modules/redirect/index')},
-    {path: '/home', redirect: '/sys/dashboard/analysis/index', name: 'home'},
+    {path: '/home', redirect: '/reimbursementSys/reimbursementList', name: 'home'},
     {path: '/flowable/task/TaskForm', component: _import('modules/flowable/task/TaskForm'), name: 'task-form', meta: {title: '流程表单'}},
     {path: '/flowable/task/TaskFormEdit', component: _import('modules/flowable/task/TaskFormEdit'), name: 'task-form-edit', meta: {title: '流程表单'}},
     {path: '/flowable/task/TaskFormDetail', component: _import('modules/flowable/task/TaskFormDetail'), name: 'task-form-detail', meta: {title: '流程表单详情'}},