mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-08-08 06:32:04 +08:00
修改cf使用authToken的方式申请证书,修复因前后端cf名称不一致导致的指针错误
This commit is contained in:
@@ -318,8 +318,7 @@ export default {
|
||||
secretKey: "",
|
||||
},
|
||||
cfcloud: {
|
||||
authEmail: "",
|
||||
authKey: "",
|
||||
authToken: "",
|
||||
},
|
||||
},
|
||||
customCert: { cert: "", key: "" },
|
||||
@@ -399,19 +398,13 @@ export default {
|
||||
],
|
||||
cfcloud: [
|
||||
{
|
||||
label: "Email",
|
||||
prop: "email",
|
||||
component: "el-input",
|
||||
type: "text",
|
||||
},
|
||||
{
|
||||
label: "AuthKey",
|
||||
prop: "authKey",
|
||||
label: "AuthToken",
|
||||
prop: "authToken",
|
||||
component: "el-input",
|
||||
type: "password",
|
||||
rules: {
|
||||
required: true,
|
||||
message: "请输入正确的APIKey",
|
||||
message: "请输入正确的AuthToken",
|
||||
trigger: "blur",
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user