guhongwei преди 4 години
родител
ревизия
0783d03661
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      src/store/projectsolic.js
  2. 1 1
      src/store/question.js

+ 1 - 1
src/store/projectsolic.js

@@ -3,7 +3,7 @@ import Vuex from 'vuex';
 import _ from 'lodash';
 Vue.use(Vuex);
 const api = {
-  interface: `/api/market/projectsolic`,
+  interface: `/api/live/v0/users/projectSolic`,
 };
 const state = () => ({});
 const mutations = {};

+ 1 - 1
src/store/question.js

@@ -3,7 +3,7 @@ import Vuex from 'vuex';
 import _ from 'lodash';
 Vue.use(Vuex);
 const api = {
-  interface: `/api/market/question`,
+  interface: `/api/live/v0/users/question`,
 };
 const state = () => ({});
 const mutations = {};