|
|
@@ -43,7 +43,7 @@ export const actions = {
|
|
|
// 获取轮播配置
|
|
|
loadBanners ({ commit }) {
|
|
|
commit('carousel/REQUEST_BANNER')
|
|
|
- return axios.get('/api/carousel/home page banner')
|
|
|
+ return axios.get('/api/carousel/home%20page%20banner')
|
|
|
.then(response => {
|
|
|
commit('carousel/GET_BANNER_SUCCESS', response.data)
|
|
|
}, err => {
|