封装看板跳转页面

This commit is contained in:
2024-08-26 09:56:43 +08:00
parent 6705e5ef98
commit 02d3e63121
14 changed files with 410 additions and 63 deletions

View File

@@ -39,7 +39,7 @@
}
this.$store.dispatch('setConfig', obj)
uni.redirectTo({
url: '/pages/home'
url: '/pages/screen'
})
}
}