|
@@ -49,11 +49,8 @@ export const actions = {
|
|
if (ctx.state.shopInfo && !ctx.state.shopInfo.id) {
|
|
if (ctx.state.shopInfo && !ctx.state.shopInfo.id) {
|
|
this.$axios
|
|
this.$axios
|
|
.post(
|
|
.post(
|
|
- `/c-api/logo/info/${
|
|
|
|
- !/promocatalogue/.test(location.hostname)
|
|
|
|
- ? 'kkburwoodvicl.promocatalogue.com.au'
|
|
|
|
- : encodeURIComponent(location.hostname)
|
|
|
|
- }`
|
|
|
|
|
|
+ `/c-api/logo/info/${encodeURIComponent(location.hostname)}`
|
|
|
|
+ // 'kkburwoodvicl.promocatalogue.com.au'
|
|
)
|
|
)
|
|
.then(res => {
|
|
.then(res => {
|
|
ctx.commit('setShopInfo', res.result)
|
|
ctx.commit('setShopInfo', res.result)
|