@@ -3,7 +3,7 @@ import Vuex from 'vuex';
import _ from 'lodash';
Vue.use(Vuex);
const api = {
- achieveApply: `/api/m/main/achieveApply`,
+ achieveApply: `/api/achieve/v0/achieveApply`,
};
const state = () => ({});
const mutations = {};