登录页优化,消息提示优化

This commit is contained in:
暮光:城中城
2020-12-25 22:22:51 +08:00
parent a5fcdea2fa
commit 2e37d4db44
47 changed files with 78 additions and 167 deletions

View File

@@ -3,7 +3,6 @@ import OpenLayout from './components/layouts/ShareLayout'
let routes = [
{path: '/', redirect: '/home'},
{path: '/user/login', name: 'WIKI-系统登录', component: () => import('@/views/user/Login')},
{path: '/page/search', name: 'WIKI-全局搜索', component: () => import('@/views/page/Search')},
{path: '/common/noAuth', name: 'WIKI-没有权限', component: () => import('@/views/common/NoAuth')},
{path: '/page/editorTest', name: '编辑内容', component: () => import('@/views/page/EditorTest')},