|
@@ -421,7 +421,12 @@ export default {
|
|
|
_this.saveAgreementAction();
|
|
|
_this.queryMember();
|
|
|
// 返回首页
|
|
|
- _this.$router.push({ path: 'home' });
|
|
|
+ window.location.href = `${
|
|
|
+ window.location.origin
|
|
|
+ }/tparking/${uni.getStorageSync('groupId')}/${uni.getStorageSync(
|
|
|
+ 'mallId'
|
|
|
+ )}/`;
|
|
|
+ // _this.$router.push({ path: 'home' });
|
|
|
// setTimeout(() => {
|
|
|
// window.location.reload();
|
|
|
// }, 700);
|