|
@@ -182,6 +182,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
|
|
|
+ // 更新验证码
|
|
|
updateVerificationCode() {
|
|
|
GetVerificationCodeImage().then(({ image_id, image_content_base64: image }) => {
|
|
|
this.form.verification_code_image_id = image_id;
|
|
@@ -189,6 +190,7 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
|
|
|
+ // 获取logo
|
|
|
getLogo() {
|
|
|
GetLogo().then((res) => {
|
|
|
setConfig(res);
|