Browse Source

!55 绑定第三方帐号参数“wechar”更正为“wechat”
Merge pull request !55 from scmiot/dev

疯狂的狮子Li 1 year ago
parent
commit
f65eb2aee5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/system/user/profile/thirdParty.vue

+ 1 - 1
src/views/system/user/profile/thirdParty.vue

@@ -20,7 +20,7 @@
     <div id="git-user-binding">
       <h4 class="provider-desc">你可以绑定以下第三方帐号</h4>
       <div id="authlist" class="user-bind">
-        <a class="third-app" href="#" @click="authUrl('wechar');" title="使用 微信 账号授权登录">
+        <a class="third-app" href="#" @click="authUrl('wechat');" title="使用 微信 账号授权登录">
           <div class="git-other-login-icon">
             <svg-icon icon-class="wechat" />
           </div>