src/components/exception/Exception.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/router/index.js | ●●●●● 补丁 | 查看 | 原始文档 | 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',