This commit is contained in:
FengHui
2026-04-02 11:53:13 +08:00
2 changed files with 6 additions and 2 deletions

View File

@@ -152,7 +152,9 @@ function back() {
// uni.navigateBack({ // uni.navigateBack({
// delta: 1 // delta: 1
// }) // })
window.location.href='https://www.xjksly.cn/mechine-single-vue/' // window.location.href='https://www.xjksly.cn/mechine-single-vue/'
window.parent.changeParentLocation("https://www.xjksly.cn/mechine-single-vue/");
// uni.reLaunch({ // uni.reLaunch({
// url: '/pages/index/index' // url: '/pages/index/index'
// }) // })

View File

@@ -209,7 +209,9 @@ export default {
// uni.navigateBack({ // uni.navigateBack({
// delta: 1 // delta: 1
// }) // })
window.location.href='https://www.xjksly.cn/mechine-single-vue/' // window.location.href='https://www.xjksly.cn/mechine-single-vue/'
window.parent.changeParentLocation("https://www.xjksly.cn/mechine-single-vue/");
// uni.reLaunch({ // uni.reLaunch({
// url: '/pages/index/index' // url: '/pages/index/index'
// }) // })