From 39c0ee110a154fa95097f2d24f7f0744b2009cfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BF=97=E9=B9=8F?= <2916022834@qq.com> Date: Fri, 24 Apr 2026 17:36:58 +0800 Subject: [PATCH] 11 --- 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 2c72e7ec..e8be198b 100644 --- a/src/store/seller/index.ts +++ b/src/store/seller/index.ts @@ -30,9 +30,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) + // }) }, } }