This commit is contained in:
李志鹏
2026-04-24 17:36:58 +08:00
parent 22e8efda25
commit 39c0ee110a

View File

@@ -30,9 +30,9 @@ const seller: Module<Seller, RootState> = {
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)
// })
},
}
}