Skip to content

Commit

Permalink
fix: errMsg: "navigateTo:fail can not navigateTo a tabbar page"
Browse files Browse the repository at this point in the history
  • Loading branch information
feige996 committed Mar 22, 2024
1 parent 9a0e83e commit d11298d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/demo/base/wot.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<wd-button @click="handleClick">展示幕帘</wd-button>
<wd-curtain
:value="value"
:to="link"
:width="300"
src="https://via.placeholder.com/400x200.png/3c9cff/fff"
@close="handleClose"
Expand Down Expand Up @@ -46,7 +45,6 @@ function handleChange({ show }) {
console.log(show)
}
const value = ref<boolean>(false)
const link = ref<string>('/pages/index/index')
function handleClick() {
value.value = true
Expand Down

0 comments on commit d11298d

Please sign in to comment.