From bd603e1bf950dbb79bb82f21e72a9b783ea2ffab Mon Sep 17 00:00:00 2001 From: "X1627315083@163.com" <1627315083@qq.com> Date: Mon, 27 Apr 2026 09:50:20 +0800 Subject: [PATCH] fix --- src/views/SellerDashboard/MyListings/main/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/SellerDashboard/MyListings/main/index.vue b/src/views/SellerDashboard/MyListings/main/index.vue index 1ba62eac..080fde2f 100644 --- a/src/views/SellerDashboard/MyListings/main/index.vue +++ b/src/views/SellerDashboard/MyListings/main/index.vue @@ -3,7 +3,7 @@ import { ref, onMounted, onUnmounted, reactive, toRefs } from "vue"; import sellerHeader from "../../seller-header.vue" import sellerContent from "./content.vue" import myEvent from "@/tool/myEvents.js" -import Https from "@/tool/https.js" +import { Https } from '@/tool/https' import { useStore } from "vuex";