mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-23 21:36:39 +08:00
优化登陆没有小区时,提示没有出来问题
This commit is contained in:
parent
59117ccc83
commit
46b7f9c0fc
@ -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;
|
||||
}
|
||||
|
||||
@ -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支付时这里需要填写支付秘钥
|
||||
|
||||
@ -59,7 +59,7 @@
|
||||
"quickapp" : {},
|
||||
/* 小程序特有相关 */
|
||||
"mp-weixin" : {
|
||||
"appid" : "wxee2d6a78b91584c2",
|
||||
"appid" : "wx0a08dd8124d7f04f",
|
||||
"setting" : {
|
||||
"urlCheck" : false
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user