|
|
@@ -67,7 +67,7 @@ export const actions = {
|
|
|
// 获取原厂推荐信息
|
|
|
loadRecommendOriginal ({ commit }, params = {}) {
|
|
|
commit('storeCms/REQUEST_RECOMMEND_STORE')
|
|
|
- return axios.get('//api/store-service/stores/five', { params })
|
|
|
+ return axios.get('/api/store-service/stores/five', { params })
|
|
|
.then(response => {
|
|
|
commit('storeCms/GET_RECOMMEND_STORE_SUCCESS', response.data)
|
|
|
}, err => {
|