mirror of
https://github.com/certd/certd.git
synced 2026-04-26 05:37:25 +08:00
perf: cname 域名映射记录可读性优化
This commit is contained in:
@@ -165,7 +165,7 @@ onMounted(async () => {
|
||||
await settingStore.checkUrlBound();
|
||||
});
|
||||
|
||||
function menuClick(menu) {
|
||||
function menuClick(menu: any) {
|
||||
routerUtils.open(menu.path);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user