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

+ 1 - 1
store/dictionary.js

@@ -3,7 +3,7 @@ import Vuex from 'vuex';
 import _ from 'lodash';
 Vue.use(Vuex);
 const api = {
-  dictionary: type=>`/api/code/${type}/items`, //type === xzqh:query:level(1/2);parent(无/code)
+  dictionary: type => `/api/code/${type}/items`, //type === xzqh:query:level(1/2);parent(无/code)
 };
 const state = () => ({});
 const mutations = {};