|
@@ -37,7 +37,7 @@ const rightAction = ref({
|
|
|
const canShowDoBackHome = ref(true)
|
|
|
function doBackHome () {
|
|
|
trickClick(`退出页面-首页`)
|
|
|
- return openLinkOfOther(LINKS.首页, {
|
|
|
+ return openAppOrWxPage(LINKS.首页, {
|
|
|
query: {
|
|
|
from: that.$route.query.from,
|
|
|
activity: that.$route.query.from || that.$route.query.activity
|