This commit is contained in:
linfeng 2023-03-07 12:26:56 +08:00
commit 634b497f2b
10 changed files with 2039 additions and 2033 deletions

View File

@ -50,7 +50,7 @@
};
},
onLoad(options) {
if(!uni.getStorageSync("hasLogin")){
if (!uni.getStorageSync("hasLogin")) {
this.$u.toast('请先登录哦');
}
},

View File

@ -132,7 +132,7 @@
}
})
},
chat(){
chat() {
this.$u.toast('开源版暂未开放')
},
getUserInfo() {

File diff suppressed because one or more lines are too long

View File

@ -3,12 +3,13 @@ const shareH5Url = "https://www.linfeng.tech/#/"; //H5分享路径
//本地环境配置
const baseUrl = "localhost:8080";
const domain = 'http://' + baseUrl + "/app/";
// const baseUrl = "localhost:8080";
// const domain = 'http://' + baseUrl + "/app/";
//线上环境配置
// const baseUrl = "";
// const domain = 'https://' + baseUrl + "/app/";
const baseUrl = "wxapi.linfeng.tech";
const domain = 'https://' + baseUrl + "/app/";