Fix(购物车):未登录状态点击去登录不能跳转

This commit is contained in:
lifizer
2025-04-27 16:48:07 +08:00
parent 069ef49839
commit 8b8a467431
+1
View File
@@ -366,6 +366,7 @@ import {
} from '@/api/store' } from '@/api/store'
import CheckboxIcon from '@/components/CheckboxIcon.vue' import CheckboxIcon from '@/components/CheckboxIcon.vue'
import { pageListenMixins } from '@/mixins/pageListenMixins' import { pageListenMixins } from '@/mixins/pageListenMixins'
import cookie from "@/utils/store/cookie"
export default { export default {
components: { components: {
CheckboxIcon, CheckboxIcon,