lrf 9 månader sedan
förälder
incheckning
90c537cbc6
2 ändrade filer med 2 tillägg och 0 borttagningar
  1. 1 0
      src/store/system/dictdata.js
  2. 1 0
      src/store/system/dicttype.js

+ 1 - 0
src/store/system/dictdata.js

@@ -2,6 +2,7 @@ import Vue from 'vue';
 import Vuex from 'vuex';
 import _ from 'lodash';
 Vue.use(Vuex);
+// 字典数据
 const api = {
   test: `/dictData`,
 };

+ 1 - 0
src/store/system/dicttype.js

@@ -2,6 +2,7 @@ import Vue from 'vue';
 import Vuex from 'vuex';
 import _ from 'lodash';
 Vue.use(Vuex);
+// 字典目录
 const api = {
   test: `/dictType`,
 };