#I1KQUK 开放地址首页展示优化,优化查看编辑页展示及url参数,无权限时不展示对应按钮

This commit is contained in:
暮光:城中城
2020-06-16 23:13:27 +08:00
parent 0451b9319c
commit 1abcc4f92e
40 changed files with 737 additions and 534 deletions

View File

@@ -1,5 +1,5 @@
import GlobalLayout from './components/layouts/GlobalLayout'
import OpenLayout from './components/layouts/OpenLayout'
import OpenLayout from './components/layouts/ShareLayout'
let routes = [
{path: '/', redirect: '/home'},
@@ -23,7 +23,8 @@ let routes = [
name: '页面管理',
component: OpenLayout,
children: [
{path: '/page/openView', name: 'WIKI-内容展示', component: () => import('@/views/page/OpenView')},
{path: '/page/share/home', name: 'WIKI-开放文档', component: () => import('@/views/page/share/Home')},
{path: '/page/share/view', name: 'WIKI-内容展示', component: () => import('@/views/page/share/View')},
]
}
];