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