From e7b052f10043b62bdf9cf66bd9652d955e8c1f91 Mon Sep 17 00:00:00 2001 From: "X1627315083@163.com" <1627315083@qq.com> Date: Tue, 5 May 2026 14:43:00 +0800 Subject: [PATCH] fix --- src/store/seller/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/store/seller/index.ts b/src/store/seller/index.ts index 39ff178b..0600b73b 100644 --- a/src/store/seller/index.ts +++ b/src/store/seller/index.ts @@ -76,9 +76,9 @@ const seller: Module = { actions: { get_isSeller({ commit }) { - Https.axiosGet(Https.httpUrls.checkSellerDesigner).then(rv => { - commit('set_isSeller', !!rv) - }) + // Https.axiosGet(Https.httpUrls.checkSellerDesigner).then(rv => { + // commit('set_isSeller', !!rv) + // }) }, async get_designerInfo({ commit }) { const rv = await Https.axiosGet(Https.httpUrls.getDesignerInfo)