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