11
This commit is contained in:
@@ -30,9 +30,9 @@ const seller: Module<Seller, RootState> = {
|
|||||||
|
|
||||||
actions: {
|
actions: {
|
||||||
get_isSeller({ commit }) {
|
get_isSeller({ commit }) {
|
||||||
Https.axiosGet(Https.httpUrls.checkSellerDesigner).then(rv => {
|
// Https.axiosGet(Https.httpUrls.checkSellerDesigner).then(rv => {
|
||||||
commit('set_isSeller', !!rv)
|
// commit('set_isSeller', !!rv)
|
||||||
})
|
// })
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user