feat:增加弹窗样式

This commit is contained in:
李晓鸽
2022-10-11 15:19:49 +08:00
parent 6fea7a649a
commit 9c0875ff41
5 changed files with 384 additions and 2 deletions

View File

@@ -144,7 +144,15 @@ export default {
{
name: "管理",
href: "",
}
},
];
}
if (n === "/certificatecenter" || n === "/CertificateCenter") {
state.list = [
{
name: "证书中心",
},
];
}
if (n === "/systemmanage" || n === "/SystemManage") {