feat: 新增路由代码

This commit is contained in:
valarchie
2023-06-29 23:00:44 +08:00
parent 03d9b2b6f8
commit 4d41bccfbf
5 changed files with 27 additions and 16 deletions

View File

@@ -7,7 +7,7 @@ import { debounce, getKeyList } from "@pureadmin/utils";
import { ascending, filterTree, filterNoPermissionTree } from "@/router/utils";
export const usePermissionStore = defineStore({
id: "pure-permission",
id: "ag-permission",
state: () => ({
// 静态路由生成的菜单
constantMenus,