Browse Source

修改注释

dusenyao 1 year ago
parent
commit
655112bd38
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/share/ShareExercise.vue

+ 2 - 0
src/views/share/ShareExercise.vue

@@ -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);