Explorar o código

修改新闻部分

lrf402788946 %!s(int64=5) %!d(string=hai) anos
pai
achega
5061636564
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/store.js

+ 1 - 1
src/store.js

@@ -304,7 +304,7 @@ export default new Vuex.Store({
       }
       if (type === 'search') {
         let { id } = data;
-        result = await this.$axios.$get(api.fetch, {}, { id: id });
+        result = await this.$axios.$get(api.fetch, { id: id });
       }
       return result;
     },