Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -88,7 +88,7 @@ import axios from '@/utils/axios'; | ... | @@ -88,7 +88,7 @@ import axios from '@/utils/axios'; |
| 88 | import { Toast } from 'vant'; | 88 | import { Toast } from 'vant'; |
| 89 | import { useShortcutBar } from '@/composables'; | 89 | import { useShortcutBar } from '@/composables'; |
| 90 | 90 | ||
| 91 | -const { shortcutItem } = useShortcutBar(['home']); // 配置快捷跳转条 | 91 | +const { shortcutItem } = useShortcutBar(['me']); // 配置快捷跳转条 |
| 92 | 92 | ||
| 93 | // 因为不能让空图标提前出来的写法 | 93 | // 因为不能让空图标提前出来的写法 |
| 94 | const emptyStatus = ref(false); | 94 | const emptyStatus = ref(false); | ... | ... |
-
Please register or login to post a comment