fix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user