优化登陆没有小区时,提示没有出来问题

This commit is contained in:
wuxw 2025-02-19 14:52:10 +08:00
parent 59117ccc83
commit 46b7f9c0fc
3 changed files with 6 additions and 5 deletions

View File

@ -60,8 +60,9 @@ export function getCommunity(reload, _condition) {
let data = res.data;
if (data.total < 1) {
uni.showToast({
icon: none,
title: '当前员工还没有隶属小区,请先去后台添加'
icon: "none",
title: '当前员工还没有隶属小区,请先去后台添加',
duration:5000
});
return;
}

View File

@ -17,12 +17,12 @@ let baseUrl = '/';
// 腾讯地图Key, h5使用
let QQMapKey = '';
let commonBaseUrl= 'http://wuye.ebl100.com/';
let commonBaseUrl= 'https://www.shuimuwy.com/';
// #ifndef H5
//服务器域名 小程序 或者 app 时 后端地址
//let baseUrl = 'http://demo.homecommunity.cn/';
let baseUrl = 'http://wuye.ebl100.com/';
let baseUrl = 'https://www.shuimuwy.com/';
// #endif
//app支付时这里需要填写支付秘钥

View File

@ -59,7 +59,7 @@
"quickapp" : {},
/* */
"mp-weixin" : {
"appid" : "wxee2d6a78b91584c2",
"appid" : "wx0a08dd8124d7f04f",
"setting" : {
"urlCheck" : false
},