研发图纸文件管理系统-前端项目
chenghx
2018-08-22 04f8642c33b122faea0fa93a4201d325bb0f9456
refactor: remove layout components: Exception
1个文件已删除
1个文件已修改
16 ■■■■■ 已修改文件
src/components/exception/Exception.vue 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/router/index.js 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/exception/Exception.vue
File was deleted
src/router/index.js
@@ -1,7 +1,6 @@
import Vue from 'vue'
import Router from 'vue-router'
import Dashboard from '@/components/dashboard/Dashboard'
import Exception from '@/components/exception/Exception'
import NotFound from '@/components/exception/404'
import NotPermit from '@/components/exception/403'
import ServerError from '@/components/exception/500'
@@ -185,7 +184,7 @@
          path: '/exception',
          name: '异常页',
          icon: 'warning',
          component: Exception,
          component: RouteView,
          children: [
            {
              path: '/exception/404',