Skip to content

Commit

Permalink
fix: site demo jd-opensource#425
Browse files Browse the repository at this point in the history
  • Loading branch information
richard1015 committed Apr 1, 2021
1 parent 5cf5a6c commit 1199f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sites/mobile/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default defineComponent({
//返回demo页
const goBack = () => {
router.push('/');
router.back();
};
// 当当前路由发生变化时,调用回调函数
watch(
Expand Down

0 comments on commit 1199f19

Please sign in to comment.