feat: ios判断
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
"appid" : "__UNI__4910728",
|
"appid" : "__UNI__4910728",
|
||||||
"description" : "信任桥优品是一款集线上商城、线下联盟商家的DAO聚合商城;通过“有趣”“有利”“有希望”的卖货玩法,吸引消费者、推广者、商家、投资人参与生态,共同打造共创共享的全球产业生态。",
|
"description" : "信任桥优品是一款集线上商城、线下联盟商家的DAO聚合商城;通过“有趣”“有利”“有希望”的卖货玩法,吸引消费者、推广者、商家、投资人参与生态,共同打造共创共享的全球产业生态。",
|
||||||
"versionName" : "1.0.1",
|
"versionName" : "1.0.1",
|
||||||
"versionCode" : 132,
|
"versionCode" : 133,
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
|
|||||||
@@ -92,7 +92,7 @@
|
|||||||
<view @click="jumpRegister">注册</view>
|
<view @click="jumpRegister">注册</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="!isIOS">
|
<view >
|
||||||
<view class="other_login">其他登录方式</view>
|
<view class="other_login">其他登录方式</view>
|
||||||
<view class="login_other_icon">
|
<view class="login_other_icon">
|
||||||
<view class="login_other_item" @click="wechatOneLogin">
|
<view class="login_other_item" @click="wechatOneLogin">
|
||||||
@@ -104,7 +104,7 @@
|
|||||||
></up-image>
|
></up-image>
|
||||||
微信登录
|
微信登录
|
||||||
</view>
|
</view>
|
||||||
<view class="login_other_item" @click="alipayOneLogin">
|
<view v-if="!isIOS" class="login_other_item" @click="alipayOneLogin">
|
||||||
<up-image
|
<up-image
|
||||||
src="/static/login/ZFB.png"
|
src="/static/login/ZFB.png"
|
||||||
width="44"
|
width="44"
|
||||||
|
|||||||
+2
-2
@@ -2,9 +2,9 @@
|
|||||||
// export const BASE_URL="https://frontend.jdns360.com/api"; // 正式环境
|
// export const BASE_URL="https://frontend.jdns360.com/api"; // 正式环境
|
||||||
// export const BASE_URL="http://cl55un59859.vicp.fun:24346"; // 测试环境
|
// export const BASE_URL="http://cl55un59859.vicp.fun:24346"; // 测试环境
|
||||||
|
|
||||||
// export const BASE_URL = "https://api.tbmall.xin"; //生产
|
export const BASE_URL = "https://api.tbmall.xin"; //生产
|
||||||
// export const BASE_URL ='http://api.hm.a-d.work:6880' // 测试
|
// export const BASE_URL ='http://api.hm.a-d.work:6880' // 测试
|
||||||
export const BASE_URL ='http://api.outer.tbmall.xin:6880' // 本地测试
|
// export const BASE_URL ='http://api.outer.tbmall.xin:6880' // 本地测试
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user