crud编辑添加表单增加disabled属性,增加系统参数页面
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user