|
@@ -200,10 +200,14 @@
|
|
|
</router-link>
|
|
|
</p>
|
|
|
<div class="other-login-box">
|
|
|
- <div class="other-login-item" @click="oauthLogin('facebook')">
|
|
|
+ <div v-if="(srvAdr == 'Global')" class="other-login-item" @click="oauthLogin('facebook')">
|
|
|
<Icon type="logo-facebook" class="other-login-icon" />
|
|
|
<p class="other-login-text">Facebook</p>
|
|
|
</div>
|
|
|
+ <div v-if="(srvAdr == 'Global')" class="other-login-item" @click="oauthLogin('google')">
|
|
|
+ <Icon type="logo-google" class="other-login-icon"/>
|
|
|
+ <p class="other-login-text">Google</p>
|
|
|
+ </div>
|
|
|
<div class="other-login-item" v-if="!(srvAdr == 'Global')" @click="oauthLogin('wechat')">
|
|
|
<Icon custom="iconfont icon-wechat" class="other-login-icon" />
|
|
|
<p class="other-login-text">
|