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)