guhongwei %!s(int64=4) %!d(string=hai) anos
pai
achega
8df5082891
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/store/achieve_apply.js

+ 1 - 1
src/store/achieve_apply.js

@@ -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 = {};