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) + // }) }, } }