|
|
@@ -4,7 +4,7 @@ export const actions = {
|
|
|
// 获取帮助中心信息
|
|
|
loadHelpSnapsho ({ commit }, params = {}) {
|
|
|
commit('help/option/REQUEST_SNAPSHO')
|
|
|
- return axios.get('api/help-service/helps', {params})
|
|
|
+ return axios.get('/api/help-service/helps', {params})
|
|
|
.then(response => {
|
|
|
commit('help/option/GET_SNAPSHO_SUCCESS', response.data)
|
|
|
}, err => {
|