@@ -325,7 +325,7 @@ wepy.page({
checkSpace(item) {
this.activeId = item.permanentSpaceId;
// 去地图页面
- wx.navigateTo({
+ wx.redirectTo({
url: `/packagesEnv/pages/officehome/index?from='FindIt'&=floorId=${item.floorId}&buildingId=${item.buildingId}&spaceId=${item.permanentSpaceId}`
});
},