mirror of
https://github.com/certd/certd.git
synced 2026-07-12 16:27:34 +08:00
fix(cert-plugin): 修复DNS提供商授权无法回显的bug
This commit is contained in:
+2
-2
@@ -172,9 +172,9 @@ function useStepForm() {
|
||||
|
||||
const stepTypeSelected = (item: any) => {
|
||||
if (item.needPlus && !settingStore.isPlus) {
|
||||
message.warn("此插件需要开通专业版才能使用");
|
||||
message.warn("此插件需要开通Certd专业版才能使用");
|
||||
mitter.emit("openVipModal");
|
||||
throw new Error("此插件需要开通专业版才能使用");
|
||||
throw new Error("此插件需要开通Certd专业版才能使用");
|
||||
}
|
||||
currentStep.value.type = item.name;
|
||||
currentStep.value.title = item.title;
|
||||
|
||||
Reference in New Issue
Block a user