This commit is contained in:
X1627315083@163.com
2026-05-05 14:43:00 +08:00
parent 19bb412470
commit e7b052f100

View File

@@ -76,9 +76,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)
// })
},
async get_designerInfo({ commit }) {
const rv = await Https.axiosGet(Https.httpUrls.getDesignerInfo)