...
|
...
|
@@ -13,7 +13,7 @@ export default { |
|
|
let shop = _.get(result, 'data.list[0]');
|
|
|
|
|
|
if (shop) {
|
|
|
window.open(`${this.$config.shopsFeDomain}/supplier/shop/decorationDetail/${shop.shopsId}/${shop.shopsType}/editor/${shop.id}/`); // eslint-disable-line
|
|
|
window.open(`/shops-proxy/shop/decorationDetail/${shop.shopsId}/${shop.shopsType}/editor/${shop.id}/`); // eslint-disable-line
|
|
|
}
|
|
|
});
|
|
|
}
|
...
|
...
|
|