crud编辑添加表单增加disabled属性,增加系统参数页面

This commit is contained in:
2025-02-14 17:18:36 +08:00
parent 82a5000678
commit 8ea7581113
13 changed files with 872 additions and 76 deletions

View File

@@ -159,6 +159,16 @@ export const constantRoutes: RouteRecordRaw[] = [
alwaysShow: true,
},
children: [
{
path: "params",
component: () => import("@/views/admim/system/params/index.vue"),
name: "adminSysParams",
meta: {
title: "系统参数",
affix: false,
keepAlive: true,
},
},
{
path: "user",
component: () => import("@/views/admim/system/user/index.vue"),