Update back navigation to redirect to external URL in index and policyList pages

This commit is contained in:
2026-03-30 11:34:18 +08:00
parent 9c46b3996a
commit c2ae9467f9
2 changed files with 14 additions and 6 deletions

View File

@@ -149,9 +149,13 @@ let activeTab = ref(1)
let activeTitle = ref(1)
function back() {
uni.navigateBack({
delta: 1
})
// uni.navigateBack({
// delta: 1
// })
location.href='https://www.xjksly.cn/mechine-single-vue/'
// uni.reLaunch({
// url: '/pages/index/index'
// })
}
onMounted(()=>{
getJobRecommed()