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';
 import _ from 'lodash';
 Vue.use(Vuex);
 Vue.use(Vuex);
 const api = {
 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 state = () => ({});
 const mutations = {};
 const mutations = {};