guhongwei 4 년 전
부모
커밋
8df5082891
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 = {};