feat:客户端增删改查页面

This commit is contained in:
有来技术
2021-12-05 22:29:49 +08:00
parent f83655d668
commit c84cfaab6d
10 changed files with 402 additions and 14 deletions

View File

@@ -5,7 +5,7 @@ import {constantRoutes} from '@/router'
import {getRouteList} from "@/api/system/menu";
const modules = import.meta.glob("../../views/**/**.vue");
import Layout from '@/layout/index.vue'
export const Layout = () => import( '@/layout/index.vue')
const hasPermission = (roles: string[], route: RouteRecordRaw) => {
// 超级管理员放行