mirror of
https://github.com/certd/certd.git
synced 2026-04-23 11:37:23 +08:00
fix: 修复切换普通用户登录时,左侧菜单没有同步更新的bug
This commit is contained in:
-1
@@ -2,7 +2,6 @@ import Validator from "async-validator";
|
||||
import { DomainsVerifyPlanInput } from "./type";
|
||||
|
||||
function checkCnameVerifyPlan(rule, value: DomainsVerifyPlanInput) {
|
||||
debugger;
|
||||
if (value == null) {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user