index.js 372 B

12345678910111213
  1. import useStores from "@/store/modules/user.js";
  2. import commonStores from "@/store/modules/common.js";
  3. import settingStores from "@/store/modules/setting.js";
  4. import xunJianStores from "@/store/modules/xunJian.js";
  5. import stystemStores from "@/store/modules/stystem.js";
  6. export {
  7. useStores,
  8. commonStores,
  9. settingStores,
  10. xunJianStores,
  11. stystemStores
  12. };