|
@@ -249,7 +249,8 @@
|
|
const jpuid = getUrlParam('unionid');
|
|
const jpuid = getUrlParam('unionid');
|
|
if (jpuid) {
|
|
if (jpuid) {
|
|
//window.location.href='https://xpgj.hbjp.com.cn/prod/jp-property-platform/index/#/master/'
|
|
//window.location.href='https://xpgj.hbjp.com.cn/prod/jp-property-platform/index/#/master/'
|
|
- window.location.href = process.car.BACK_URL
|
|
|
|
|
|
+ //window.location.href = process.car.BACK_URL
|
|
|
|
+ window.history.back()
|
|
//'https://xpgj.hbjp.com.cn/prod/jp-property-platform/index/#/master/'
|
|
//'https://xpgj.hbjp.com.cn/prod/jp-property-platform/index/#/master/'
|
|
} else {
|
|
} else {
|
|
// 如果自定义了点击返回按钮的函数,则执行,否则执行返回逻辑
|
|
// 如果自定义了点击返回按钮的函数,则执行,否则执行返回逻辑
|