Merge branch 'master' of https://gitee.com/virus010101/linfeng-community
This commit is contained in:
commit
634b497f2b
@ -50,7 +50,7 @@
|
|||||||
};
|
};
|
||||||
},
|
},
|
||||||
onLoad(options) {
|
onLoad(options) {
|
||||||
if(!uni.getStorageSync("hasLogin")){
|
if (!uni.getStorageSync("hasLogin")) {
|
||||||
this.$u.toast('请先登录哦');
|
this.$u.toast('请先登录哦');
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -123,7 +123,7 @@
|
|||||||
padding: 20rpx;
|
padding: 20rpx;
|
||||||
border-bottom: 1px solid #F5F5F5;
|
border-bottom: 1px solid #F5F5F5;
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -132,7 +132,7 @@
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
chat(){
|
chat() {
|
||||||
this.$u.toast('开源版暂未开放')
|
this.$u.toast('开源版暂未开放')
|
||||||
},
|
},
|
||||||
getUserInfo() {
|
getUserInfo() {
|
||||||
|
@ -155,7 +155,7 @@
|
|||||||
padding: 20rpx;
|
padding: 20rpx;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
|
||||||
.sub-txt {
|
.sub-txt {
|
||||||
font-size: 24rpx;
|
font-size: 24rpx;
|
||||||
color: #616161;
|
color: #616161;
|
||||||
display: block;
|
display: block;
|
||||||
|
File diff suppressed because one or more lines are too long
@ -3,12 +3,13 @@ const shareH5Url = "https://www.linfeng.tech/#/"; //H5分享路径
|
|||||||
|
|
||||||
|
|
||||||
//本地环境配置
|
//本地环境配置
|
||||||
const baseUrl = "localhost:8080";
|
// const baseUrl = "localhost:8080";
|
||||||
const domain = 'http://' + baseUrl + "/app/";
|
// const domain = 'http://' + baseUrl + "/app/";
|
||||||
|
|
||||||
//线上环境配置
|
//线上环境配置
|
||||||
// const baseUrl = "";
|
const baseUrl = "wxapi.linfeng.tech";
|
||||||
// const domain = 'https://' + baseUrl + "/app/";
|
const domain = 'https://' + baseUrl + "/app/";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user