giime 0.1.6 → 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (425) hide show
  1. package/dist/index.css +48 -44
  2. package/es/api/basic/controller/default/index.d.ts +26 -26
  3. package/es/api/basic/controller/default/index.mjs +26 -26
  4. package/{lib/api/basic/controller/default/postBasicV1CountryList.d.ts → es/api/basic/controller/default/postCommonV1CountryList.d.ts} +5 -5
  5. package/es/api/basic/controller/default/postCommonV1CountryList.mjs +8 -0
  6. package/es/api/basic/controller/default/postCommonV1CountryList.mjs.map +1 -0
  7. package/{lib/api/basic/controller/default/postBasicV1CurrencyList.d.ts → es/api/basic/controller/default/postCommonV1CurrencyList.d.ts} +6 -6
  8. package/es/api/basic/controller/default/postCommonV1CurrencyList.mjs +8 -0
  9. package/es/api/basic/controller/default/postCommonV1CurrencyList.mjs.map +1 -0
  10. package/{lib/api/basic/controller/default/postBasicV1ExchangeRateList.d.ts → es/api/basic/controller/default/postCommonV1ExchangeRateList.d.ts} +6 -6
  11. package/es/api/basic/controller/default/postCommonV1ExchangeRateList.mjs +8 -0
  12. package/es/api/basic/controller/default/postCommonV1ExchangeRateList.mjs.map +1 -0
  13. package/es/api/basic/controller/default/{postBasicV1SystemList.d.ts → postCommonV1SystemList.d.ts} +5 -5
  14. package/es/api/basic/controller/default/postCommonV1SystemList.mjs +8 -0
  15. package/es/api/basic/controller/default/postCommonV1SystemList.mjs.map +1 -0
  16. package/{lib/api/basic/controller/default/postBasicV1CategoryList.d.ts → es/api/basic/controller/default/postProductV1CategoryList.d.ts} +10 -10
  17. package/es/api/basic/controller/default/postProductV1CategoryList.mjs +8 -0
  18. package/es/api/basic/controller/default/postProductV1CategoryList.mjs.map +1 -0
  19. package/es/api/basic/controller/default/{postBasicV1ProductList.d.ts → postProductV1ProductList.d.ts} +8 -8
  20. package/es/api/basic/controller/default/postProductV1ProductList.mjs +8 -0
  21. package/es/api/basic/controller/default/postProductV1ProductList.mjs.map +1 -0
  22. package/es/api/basic/controller/default/{postBasicV1SalesList.d.ts → postProductV1SalesList.d.ts} +8 -8
  23. package/es/api/basic/controller/default/postProductV1SalesList.mjs +8 -0
  24. package/es/api/basic/controller/default/postProductV1SalesList.mjs.map +1 -0
  25. package/es/api/basic/controller/default/{postBasicV1AreaList.d.ts → postUserCenterV1AreaList.d.ts} +6 -6
  26. package/es/api/basic/controller/default/postUserCenterV1AreaList.mjs +8 -0
  27. package/es/api/basic/controller/default/postUserCenterV1AreaList.mjs.map +1 -0
  28. package/es/api/basic/controller/default/{postBasicV1EmployeeList.d.ts → postUserCenterV1EmployeeList.d.ts} +10 -10
  29. package/es/api/basic/controller/default/postUserCenterV1EmployeeList.mjs +8 -0
  30. package/es/api/basic/controller/default/postUserCenterV1EmployeeList.mjs.map +1 -0
  31. package/{lib/api/basic/controller/default/postBasicV1MenuList.d.ts → es/api/basic/controller/default/postUserCenterV1MenuList.d.ts} +10 -10
  32. package/es/api/basic/controller/default/postUserCenterV1MenuList.mjs +8 -0
  33. package/es/api/basic/controller/default/postUserCenterV1MenuList.mjs.map +1 -0
  34. package/{lib/api/basic/controller/default/postBasicV1OrgList.d.ts → es/api/basic/controller/default/postUserCenterV1OrgList.d.ts} +5 -5
  35. package/es/api/basic/controller/default/postUserCenterV1OrgList.mjs +8 -0
  36. package/es/api/basic/controller/default/postUserCenterV1OrgList.mjs.map +1 -0
  37. package/{lib/api/basic/controller/default/postBasicV1OrgTreeList.d.ts → es/api/basic/controller/default/postUserCenterV1OrgTreeList.d.ts} +14 -14
  38. package/es/api/basic/controller/default/postUserCenterV1OrgTreeList.mjs +8 -0
  39. package/es/api/basic/controller/default/postUserCenterV1OrgTreeList.mjs.map +1 -0
  40. package/{lib/api/basic/controller/default/postBasicV1RoleList.d.ts → es/api/basic/controller/default/postUserCenterV1RoleList.d.ts} +5 -5
  41. package/es/api/basic/controller/default/postUserCenterV1RoleList.mjs +8 -0
  42. package/es/api/basic/controller/default/postUserCenterV1RoleList.mjs.map +1 -0
  43. package/{lib/api/basic/controller/default/usePostBasicV1CountryList.d.ts → es/api/basic/controller/default/usePostCommonV1CountryList.d.ts} +3 -3
  44. package/es/api/basic/controller/default/{usePostBasicV1RoleList.mjs → usePostCommonV1CountryList.mjs} +4 -4
  45. package/es/api/basic/controller/default/usePostCommonV1CountryList.mjs.map +1 -0
  46. package/{lib/api/basic/controller/default/usePostBasicV1CurrencyList.d.ts → es/api/basic/controller/default/usePostCommonV1CurrencyList.d.ts} +4 -4
  47. package/es/api/basic/controller/default/{usePostBasicV1CategoryList.mjs → usePostCommonV1CurrencyList.mjs} +4 -4
  48. package/es/api/basic/controller/default/usePostCommonV1CurrencyList.mjs.map +1 -0
  49. package/es/api/basic/controller/default/{usePostBasicV1ExchangeRateList.d.ts → usePostCommonV1ExchangeRateList.d.ts} +4 -4
  50. package/es/api/basic/controller/default/usePostCommonV1ExchangeRateList.mjs +18 -0
  51. package/es/api/basic/controller/default/usePostCommonV1ExchangeRateList.mjs.map +1 -0
  52. package/es/api/basic/controller/default/{usePostBasicV1SystemList.d.ts → usePostCommonV1SystemList.d.ts} +3 -3
  53. package/es/api/basic/controller/default/{usePostBasicV1CountryList.mjs → usePostCommonV1SystemList.mjs} +4 -4
  54. package/es/api/basic/controller/default/{usePostBasicV1CountryList.mjs.map → usePostCommonV1SystemList.mjs.map} +1 -1
  55. package/{lib/api/basic/controller/default/usePostBasicV1CategoryList.d.ts → es/api/basic/controller/default/usePostProductV1CategoryList.d.ts} +4 -4
  56. package/es/api/basic/controller/default/usePostProductV1CategoryList.mjs +18 -0
  57. package/es/api/basic/controller/default/usePostProductV1CategoryList.mjs.map +1 -0
  58. package/es/api/basic/controller/default/{usePostBasicV1ProductList.d.ts → usePostProductV1ProductList.d.ts} +4 -4
  59. package/es/api/basic/controller/default/{usePostBasicV1AreaList.mjs → usePostProductV1ProductList.mjs} +4 -4
  60. package/es/api/basic/controller/default/usePostProductV1ProductList.mjs.map +1 -0
  61. package/es/api/basic/controller/default/{usePostBasicV1SalesList.d.ts → usePostProductV1SalesList.d.ts} +4 -4
  62. package/es/api/basic/controller/default/{usePostBasicV1MenuList.mjs → usePostProductV1SalesList.mjs} +4 -4
  63. package/es/api/basic/controller/default/{usePostBasicV1ProductList.mjs.map → usePostProductV1SalesList.mjs.map} +1 -1
  64. package/{lib/api/basic/controller/default/usePostBasicV1AreaList.d.ts → es/api/basic/controller/default/usePostUserCenterV1AreaList.d.ts} +4 -4
  65. package/es/api/basic/controller/default/{usePostBasicV1EmployeeList.mjs → usePostUserCenterV1AreaList.mjs} +4 -4
  66. package/es/api/basic/controller/default/usePostUserCenterV1AreaList.mjs.map +1 -0
  67. package/es/api/basic/controller/default/{usePostBasicV1EmployeeList.d.ts → usePostUserCenterV1EmployeeList.d.ts} +4 -4
  68. package/es/api/basic/controller/default/usePostUserCenterV1EmployeeList.mjs +18 -0
  69. package/es/api/basic/controller/default/usePostUserCenterV1EmployeeList.mjs.map +1 -0
  70. package/es/api/basic/controller/default/{usePostBasicV1MenuList.d.ts → usePostUserCenterV1MenuList.d.ts} +4 -4
  71. package/es/api/basic/controller/default/{usePostBasicV1CurrencyList.mjs → usePostUserCenterV1MenuList.mjs} +4 -4
  72. package/es/api/basic/controller/default/usePostUserCenterV1MenuList.mjs.map +1 -0
  73. package/es/api/basic/controller/default/{usePostBasicV1OrgList.d.ts → usePostUserCenterV1OrgList.d.ts} +3 -3
  74. package/es/api/basic/controller/default/{usePostBasicV1SystemList.mjs → usePostUserCenterV1OrgList.mjs} +4 -4
  75. package/es/api/basic/controller/default/usePostUserCenterV1OrgList.mjs.map +1 -0
  76. package/es/api/basic/controller/default/{usePostBasicV1OrgTreeList.d.ts → usePostUserCenterV1OrgTreeList.d.ts} +4 -4
  77. package/es/api/basic/controller/default/usePostUserCenterV1OrgTreeList.mjs +18 -0
  78. package/es/api/basic/controller/default/usePostUserCenterV1OrgTreeList.mjs.map +1 -0
  79. package/es/api/basic/controller/default/{usePostBasicV1RoleList.d.ts → usePostUserCenterV1RoleList.d.ts} +3 -3
  80. package/es/api/basic/controller/default/{usePostBasicV1OrgList.mjs → usePostUserCenterV1RoleList.mjs} +4 -4
  81. package/es/api/basic/controller/default/usePostUserCenterV1RoleList.mjs.map +1 -0
  82. package/es/api/basic/controller/index.mjs +26 -26
  83. package/es/api/basic/index.mjs +26 -26
  84. package/es/api/basic/request.mjs +2 -2
  85. package/es/api/basic/request.mjs.map +1 -1
  86. package/es/api/index.mjs +26 -26
  87. package/es/components/index.mjs +1 -0
  88. package/es/components/index.mjs.map +1 -1
  89. package/es/components/src/base/index.d.ts +1 -0
  90. package/es/components/src/base/index.mjs +1 -0
  91. package/es/components/src/base/index.mjs.map +1 -1
  92. package/es/components/src/base/rangeNumber/index.d.ts +35 -0
  93. package/es/components/src/base/rangeNumber/index.mjs +8 -0
  94. package/es/components/src/base/rangeNumber/index.mjs.map +1 -0
  95. package/es/components/src/base/rangeNumber/rangeNumber.d.ts +23 -0
  96. package/es/components/src/base/rangeNumber/rangeNumber.mjs +29 -0
  97. package/es/components/src/base/rangeNumber/rangeNumber.mjs.map +1 -0
  98. package/es/components/src/base/rangeNumber/rangeNumber.vue.d.ts +32 -0
  99. package/es/components/src/base/rangeNumber/rangeNumber.vue.mjs +8 -0
  100. package/es/components/src/base/rangeNumber/rangeNumber.vue.mjs.map +1 -0
  101. package/es/components/src/base/rangeNumber/rangeNumber.vue2.mjs +75 -0
  102. package/es/components/src/base/rangeNumber/rangeNumber.vue2.mjs.map +1 -0
  103. package/es/components/src/base/rangeNumber/rangeNumber.vue3.mjs +4 -0
  104. package/es/components/src/base/rangeNumber/rangeNumber.vue3.mjs.map +1 -0
  105. package/es/components/src/base/status/status.vue2.mjs +4 -8
  106. package/es/components/src/base/status/status.vue2.mjs.map +1 -1
  107. package/es/components/src/business/loginDialog/LoginDialog.vue2.mjs +2 -0
  108. package/es/components/src/business/loginDialog/LoginDialog.vue2.mjs.map +1 -1
  109. package/es/components/src/composite/searchForm/searchFormItems/select/SearchFormSelect.vue.d.ts +9 -0
  110. package/es/components/src/composite/searchForm/searchFormItems/select/SearchFormSelect.vue2.mjs +2 -1
  111. package/es/components/src/composite/searchForm/searchFormItems/select/SearchFormSelect.vue2.mjs.map +1 -1
  112. package/es/components/src/composite/searchForm/searchFormItems/select/index.d.ts +9 -0
  113. package/es/components/src/composite/searchForm/searchFormItems/select/searchFormSelect.d.ts +4 -0
  114. package/es/components/src/composite/searchForm/searchFormItems/select/searchFormSelect.mjs +2 -1
  115. package/es/components/src/composite/searchForm/searchFormItems/select/searchFormSelect.mjs.map +1 -1
  116. package/es/components/src/composite/selectOptions/SelectOptions.vue.d.ts +9 -0
  117. package/es/components/src/composite/selectOptions/SelectOptions.vue2.mjs +19 -4
  118. package/es/components/src/composite/selectOptions/SelectOptions.vue2.mjs.map +1 -1
  119. package/es/components/src/composite/selectOptions/index.d.ts +9 -0
  120. package/es/components/src/composite/selectOptions/selectOptions.d.ts +7 -0
  121. package/es/components/src/composite/selectOptions/selectOptions.mjs +7 -0
  122. package/es/components/src/composite/selectOptions/selectOptions.mjs.map +1 -1
  123. package/es/giime/index.mjs +8 -1
  124. package/es/giime/index.mjs.map +1 -1
  125. package/es/giime/version.d.ts +1 -1
  126. package/es/giime/version.mjs +1 -1
  127. package/es/giime/version.mjs.map +1 -1
  128. package/es/hooks/index.mjs +7 -1
  129. package/es/hooks/index.mjs.map +1 -1
  130. package/es/hooks/store/common/index.d.ts +3 -0
  131. package/es/hooks/store/common/index.mjs +4 -0
  132. package/es/hooks/store/{basic → common}/index.mjs.map +1 -1
  133. package/es/hooks/store/common/useCountryList/index.d.ts +16 -0
  134. package/es/hooks/store/common/useCountryList/index.mjs +31 -0
  135. package/es/hooks/store/common/useCountryList/index.mjs.map +1 -0
  136. package/es/hooks/store/{useCurrencyList → common/useCurrencyList}/index.d.ts +5 -5
  137. package/es/hooks/store/common/useCurrencyList/index.mjs +31 -0
  138. package/es/hooks/store/common/useCurrencyList/index.mjs.map +1 -0
  139. package/es/hooks/store/common/useSystemList/index.d.ts +80 -0
  140. package/es/hooks/store/common/useSystemList/index.mjs +26 -0
  141. package/es/hooks/store/common/useSystemList/index.mjs.map +1 -0
  142. package/es/hooks/store/index.d.ts +2 -2
  143. package/es/hooks/store/index.mjs +9 -2
  144. package/es/hooks/store/index.mjs.map +1 -1
  145. package/es/hooks/store/useLogin/index.d.ts +7 -1
  146. package/es/hooks/store/useLogin/index.mjs +5 -1
  147. package/es/hooks/store/useLogin/index.mjs.map +1 -1
  148. package/es/hooks/store/userCenter/index.d.ts +4 -0
  149. package/es/hooks/store/userCenter/index.mjs +5 -0
  150. package/es/hooks/store/userCenter/index.mjs.map +1 -0
  151. package/es/hooks/store/userCenter/useAreaList/index.d.ts +89 -0
  152. package/es/hooks/store/userCenter/useAreaList/index.mjs +26 -0
  153. package/es/hooks/store/userCenter/useAreaList/index.mjs.map +1 -0
  154. package/es/hooks/store/userCenter/useOrgList/index.d.ts +16 -0
  155. package/es/hooks/store/userCenter/useOrgList/index.mjs +31 -0
  156. package/es/hooks/store/userCenter/useOrgList/index.mjs.map +1 -0
  157. package/es/hooks/store/userCenter/useOrgTreeList/index.d.ts +449 -0
  158. package/es/hooks/store/userCenter/useOrgTreeList/index.mjs +26 -0
  159. package/es/hooks/store/userCenter/useOrgTreeList/index.mjs.map +1 -0
  160. package/es/hooks/store/userCenter/useRoleList/index.d.ts +16 -0
  161. package/es/hooks/store/userCenter/useRoleList/index.mjs +31 -0
  162. package/es/hooks/store/userCenter/useRoleList/index.mjs.map +1 -0
  163. package/es/index.css +48 -44
  164. package/es/utils/src/http/createAxios.mjs +6 -8
  165. package/es/utils/src/http/createAxios.mjs.map +1 -1
  166. package/es/utils/src/http/interceptors.mjs +2 -0
  167. package/es/utils/src/http/interceptors.mjs.map +1 -1
  168. package/lib/api/basic/controller/default/index.d.ts +26 -26
  169. package/lib/api/basic/controller/default/index.js +52 -52
  170. package/{es/api/basic/controller/default/postBasicV1CountryList.d.ts → lib/api/basic/controller/default/postCommonV1CountryList.d.ts} +5 -5
  171. package/lib/api/basic/controller/default/postCommonV1CountryList.js +10 -0
  172. package/lib/api/basic/controller/default/postCommonV1CountryList.js.map +1 -0
  173. package/{es/api/basic/controller/default/postBasicV1CurrencyList.d.ts → lib/api/basic/controller/default/postCommonV1CurrencyList.d.ts} +6 -6
  174. package/lib/api/basic/controller/default/postCommonV1CurrencyList.js +10 -0
  175. package/lib/api/basic/controller/default/postCommonV1CurrencyList.js.map +1 -0
  176. package/{es/api/basic/controller/default/postBasicV1ExchangeRateList.d.ts → lib/api/basic/controller/default/postCommonV1ExchangeRateList.d.ts} +6 -6
  177. package/lib/api/basic/controller/default/postCommonV1ExchangeRateList.js +10 -0
  178. package/lib/api/basic/controller/default/postCommonV1ExchangeRateList.js.map +1 -0
  179. package/lib/api/basic/controller/default/{postBasicV1SystemList.d.ts → postCommonV1SystemList.d.ts} +5 -5
  180. package/lib/api/basic/controller/default/postCommonV1SystemList.js +10 -0
  181. package/lib/api/basic/controller/default/postCommonV1SystemList.js.map +1 -0
  182. package/{es/api/basic/controller/default/postBasicV1CategoryList.d.ts → lib/api/basic/controller/default/postProductV1CategoryList.d.ts} +10 -10
  183. package/lib/api/basic/controller/default/postProductV1CategoryList.js +10 -0
  184. package/lib/api/basic/controller/default/postProductV1CategoryList.js.map +1 -0
  185. package/lib/api/basic/controller/default/{postBasicV1ProductList.d.ts → postProductV1ProductList.d.ts} +8 -8
  186. package/lib/api/basic/controller/default/postProductV1ProductList.js +10 -0
  187. package/lib/api/basic/controller/default/postProductV1ProductList.js.map +1 -0
  188. package/lib/api/basic/controller/default/{postBasicV1SalesList.d.ts → postProductV1SalesList.d.ts} +8 -8
  189. package/lib/api/basic/controller/default/postProductV1SalesList.js +10 -0
  190. package/lib/api/basic/controller/default/postProductV1SalesList.js.map +1 -0
  191. package/lib/api/basic/controller/default/{postBasicV1AreaList.d.ts → postUserCenterV1AreaList.d.ts} +6 -6
  192. package/lib/api/basic/controller/default/postUserCenterV1AreaList.js +10 -0
  193. package/lib/api/basic/controller/default/postUserCenterV1AreaList.js.map +1 -0
  194. package/lib/api/basic/controller/default/{postBasicV1EmployeeList.d.ts → postUserCenterV1EmployeeList.d.ts} +10 -10
  195. package/lib/api/basic/controller/default/postUserCenterV1EmployeeList.js +10 -0
  196. package/lib/api/basic/controller/default/postUserCenterV1EmployeeList.js.map +1 -0
  197. package/{es/api/basic/controller/default/postBasicV1MenuList.d.ts → lib/api/basic/controller/default/postUserCenterV1MenuList.d.ts} +10 -10
  198. package/lib/api/basic/controller/default/postUserCenterV1MenuList.js +10 -0
  199. package/lib/api/basic/controller/default/postUserCenterV1MenuList.js.map +1 -0
  200. package/{es/api/basic/controller/default/postBasicV1OrgList.d.ts → lib/api/basic/controller/default/postUserCenterV1OrgList.d.ts} +5 -5
  201. package/lib/api/basic/controller/default/postUserCenterV1OrgList.js +10 -0
  202. package/lib/api/basic/controller/default/postUserCenterV1OrgList.js.map +1 -0
  203. package/{es/api/basic/controller/default/postBasicV1OrgTreeList.d.ts → lib/api/basic/controller/default/postUserCenterV1OrgTreeList.d.ts} +14 -14
  204. package/lib/api/basic/controller/default/postUserCenterV1OrgTreeList.js +10 -0
  205. package/lib/api/basic/controller/default/postUserCenterV1OrgTreeList.js.map +1 -0
  206. package/{es/api/basic/controller/default/postBasicV1RoleList.d.ts → lib/api/basic/controller/default/postUserCenterV1RoleList.d.ts} +5 -5
  207. package/lib/api/basic/controller/default/postUserCenterV1RoleList.js +10 -0
  208. package/lib/api/basic/controller/default/postUserCenterV1RoleList.js.map +1 -0
  209. package/{es/api/basic/controller/default/usePostBasicV1CountryList.d.ts → lib/api/basic/controller/default/usePostCommonV1CountryList.d.ts} +3 -3
  210. package/lib/api/basic/controller/default/{usePostBasicV1SystemList.js → usePostCommonV1CountryList.js} +4 -4
  211. package/lib/api/basic/controller/default/usePostCommonV1CountryList.js.map +1 -0
  212. package/{es/api/basic/controller/default/usePostBasicV1CurrencyList.d.ts → lib/api/basic/controller/default/usePostCommonV1CurrencyList.d.ts} +4 -4
  213. package/lib/api/basic/controller/default/{usePostBasicV1CategoryList.js → usePostCommonV1CurrencyList.js} +4 -4
  214. package/lib/api/basic/controller/default/usePostCommonV1CurrencyList.js.map +1 -0
  215. package/lib/api/basic/controller/default/{usePostBasicV1ExchangeRateList.d.ts → usePostCommonV1ExchangeRateList.d.ts} +4 -4
  216. package/lib/api/basic/controller/default/usePostCommonV1ExchangeRateList.js +20 -0
  217. package/lib/api/basic/controller/default/usePostCommonV1ExchangeRateList.js.map +1 -0
  218. package/lib/api/basic/controller/default/{usePostBasicV1SystemList.d.ts → usePostCommonV1SystemList.d.ts} +3 -3
  219. package/lib/api/basic/controller/default/{usePostBasicV1RoleList.js → usePostCommonV1SystemList.js} +4 -4
  220. package/lib/api/basic/controller/default/{usePostBasicV1CountryList.js.map → usePostCommonV1SystemList.js.map} +1 -1
  221. package/{es/api/basic/controller/default/usePostBasicV1CategoryList.d.ts → lib/api/basic/controller/default/usePostProductV1CategoryList.d.ts} +4 -4
  222. package/lib/api/basic/controller/default/usePostProductV1CategoryList.js +20 -0
  223. package/lib/api/basic/controller/default/usePostProductV1CategoryList.js.map +1 -0
  224. package/lib/api/basic/controller/default/{usePostBasicV1ProductList.d.ts → usePostProductV1ProductList.d.ts} +4 -4
  225. package/lib/api/basic/controller/default/{usePostBasicV1EmployeeList.js → usePostProductV1ProductList.js} +4 -4
  226. package/lib/api/basic/controller/default/usePostProductV1ProductList.js.map +1 -0
  227. package/lib/api/basic/controller/default/{usePostBasicV1SalesList.d.ts → usePostProductV1SalesList.d.ts} +4 -4
  228. package/lib/api/basic/controller/default/{usePostBasicV1AreaList.js → usePostProductV1SalesList.js} +4 -4
  229. package/lib/api/basic/controller/default/{usePostBasicV1ProductList.js.map → usePostProductV1SalesList.js.map} +1 -1
  230. package/{es/api/basic/controller/default/usePostBasicV1AreaList.d.ts → lib/api/basic/controller/default/usePostUserCenterV1AreaList.d.ts} +4 -4
  231. package/lib/api/basic/controller/default/{usePostBasicV1CurrencyList.js → usePostUserCenterV1AreaList.js} +4 -4
  232. package/lib/api/basic/controller/default/usePostUserCenterV1AreaList.js.map +1 -0
  233. package/lib/api/basic/controller/default/{usePostBasicV1EmployeeList.d.ts → usePostUserCenterV1EmployeeList.d.ts} +4 -4
  234. package/lib/api/basic/controller/default/usePostUserCenterV1EmployeeList.js +20 -0
  235. package/lib/api/basic/controller/default/usePostUserCenterV1EmployeeList.js.map +1 -0
  236. package/lib/api/basic/controller/default/{usePostBasicV1MenuList.d.ts → usePostUserCenterV1MenuList.d.ts} +4 -4
  237. package/lib/api/basic/controller/default/usePostUserCenterV1MenuList.js +20 -0
  238. package/lib/api/basic/controller/default/usePostUserCenterV1MenuList.js.map +1 -0
  239. package/lib/api/basic/controller/default/{usePostBasicV1OrgList.d.ts → usePostUserCenterV1OrgList.d.ts} +3 -3
  240. package/lib/api/basic/controller/default/{usePostBasicV1CountryList.js → usePostUserCenterV1OrgList.js} +4 -4
  241. package/lib/api/basic/controller/default/usePostUserCenterV1OrgList.js.map +1 -0
  242. package/lib/api/basic/controller/default/{usePostBasicV1OrgTreeList.d.ts → usePostUserCenterV1OrgTreeList.d.ts} +4 -4
  243. package/lib/api/basic/controller/default/usePostUserCenterV1OrgTreeList.js +20 -0
  244. package/lib/api/basic/controller/default/usePostUserCenterV1OrgTreeList.js.map +1 -0
  245. package/lib/api/basic/controller/default/{usePostBasicV1RoleList.d.ts → usePostUserCenterV1RoleList.d.ts} +3 -3
  246. package/lib/api/basic/controller/default/{usePostBasicV1OrgList.js → usePostUserCenterV1RoleList.js} +4 -4
  247. package/lib/api/basic/controller/default/usePostUserCenterV1RoleList.js.map +1 -0
  248. package/lib/api/basic/controller/index.js +52 -52
  249. package/lib/api/basic/index.js +52 -52
  250. package/lib/api/basic/request.js +2 -2
  251. package/lib/api/basic/request.js.map +1 -1
  252. package/lib/api/index.js +52 -52
  253. package/lib/components/index.js +56 -54
  254. package/lib/components/index.js.map +1 -1
  255. package/lib/components/src/base/index.d.ts +1 -0
  256. package/lib/components/src/base/index.js +2 -0
  257. package/lib/components/src/base/index.js.map +1 -1
  258. package/lib/components/src/base/rangeNumber/index.d.ts +35 -0
  259. package/lib/components/src/base/rangeNumber/index.js +13 -0
  260. package/lib/components/src/base/rangeNumber/index.js.map +1 -0
  261. package/lib/components/src/base/rangeNumber/rangeNumber.d.ts +23 -0
  262. package/lib/components/src/base/rangeNumber/rangeNumber.js +32 -0
  263. package/lib/components/src/base/rangeNumber/rangeNumber.js.map +1 -0
  264. package/lib/components/src/base/rangeNumber/rangeNumber.vue.d.ts +32 -0
  265. package/lib/components/src/base/rangeNumber/rangeNumber.vue.js +12 -0
  266. package/lib/components/src/base/rangeNumber/rangeNumber.vue.js.map +1 -0
  267. package/lib/components/src/base/rangeNumber/rangeNumber.vue2.js +79 -0
  268. package/lib/components/src/base/rangeNumber/rangeNumber.vue2.js.map +1 -0
  269. package/lib/components/src/base/rangeNumber/rangeNumber.vue3.js +8 -0
  270. package/lib/components/src/base/rangeNumber/rangeNumber.vue3.js.map +1 -0
  271. package/lib/components/src/base/status/status.vue2.js +4 -8
  272. package/lib/components/src/base/status/status.vue2.js.map +1 -1
  273. package/lib/components/src/business/loginDialog/LoginDialog.vue2.js +2 -0
  274. package/lib/components/src/business/loginDialog/LoginDialog.vue2.js.map +1 -1
  275. package/lib/components/src/composite/searchForm/searchFormItems/select/SearchFormSelect.vue.d.ts +9 -0
  276. package/lib/components/src/composite/searchForm/searchFormItems/select/SearchFormSelect.vue2.js +2 -1
  277. package/lib/components/src/composite/searchForm/searchFormItems/select/SearchFormSelect.vue2.js.map +1 -1
  278. package/lib/components/src/composite/searchForm/searchFormItems/select/index.d.ts +9 -0
  279. package/lib/components/src/composite/searchForm/searchFormItems/select/searchFormSelect.d.ts +4 -0
  280. package/lib/components/src/composite/searchForm/searchFormItems/select/searchFormSelect.js +2 -1
  281. package/lib/components/src/composite/searchForm/searchFormItems/select/searchFormSelect.js.map +1 -1
  282. package/lib/components/src/composite/selectOptions/SelectOptions.vue.d.ts +9 -0
  283. package/lib/components/src/composite/selectOptions/SelectOptions.vue2.js +18 -3
  284. package/lib/components/src/composite/selectOptions/SelectOptions.vue2.js.map +1 -1
  285. package/lib/components/src/composite/selectOptions/index.d.ts +9 -0
  286. package/lib/components/src/composite/selectOptions/selectOptions.d.ts +7 -0
  287. package/lib/components/src/composite/selectOptions/selectOptions.js +7 -0
  288. package/lib/components/src/composite/selectOptions/selectOptions.js.map +1 -1
  289. package/lib/giime/index.js +84 -70
  290. package/lib/giime/index.js.map +1 -1
  291. package/lib/giime/version.d.ts +1 -1
  292. package/lib/giime/version.js +1 -1
  293. package/lib/giime/version.js.map +1 -1
  294. package/lib/hooks/index.js +28 -16
  295. package/lib/hooks/index.js.map +1 -1
  296. package/lib/hooks/store/common/index.d.ts +3 -0
  297. package/lib/hooks/store/common/index.js +12 -0
  298. package/lib/hooks/store/{basic → common}/index.js.map +1 -1
  299. package/lib/hooks/store/common/useCountryList/index.d.ts +16 -0
  300. package/lib/hooks/store/common/useCountryList/index.js +33 -0
  301. package/lib/hooks/store/common/useCountryList/index.js.map +1 -0
  302. package/lib/hooks/store/{useCurrencyList → common/useCurrencyList}/index.d.ts +5 -5
  303. package/lib/hooks/store/common/useCurrencyList/index.js +33 -0
  304. package/lib/hooks/store/common/useCurrencyList/index.js.map +1 -0
  305. package/lib/hooks/store/common/useSystemList/index.d.ts +80 -0
  306. package/lib/hooks/store/common/useSystemList/index.js +28 -0
  307. package/lib/hooks/store/common/useSystemList/index.js.map +1 -0
  308. package/lib/hooks/store/index.d.ts +2 -2
  309. package/lib/hooks/store/index.js +30 -17
  310. package/lib/hooks/store/index.js.map +1 -1
  311. package/lib/hooks/store/useLogin/index.d.ts +7 -1
  312. package/lib/hooks/store/useLogin/index.js +4 -0
  313. package/lib/hooks/store/useLogin/index.js.map +1 -1
  314. package/lib/hooks/store/userCenter/index.d.ts +4 -0
  315. package/lib/hooks/store/userCenter/index.js +14 -0
  316. package/lib/hooks/store/userCenter/index.js.map +1 -0
  317. package/lib/hooks/store/userCenter/useAreaList/index.d.ts +89 -0
  318. package/lib/hooks/store/userCenter/useAreaList/index.js +28 -0
  319. package/lib/hooks/store/userCenter/useAreaList/index.js.map +1 -0
  320. package/lib/hooks/store/userCenter/useOrgList/index.d.ts +16 -0
  321. package/lib/hooks/store/userCenter/useOrgList/index.js +33 -0
  322. package/lib/hooks/store/userCenter/useOrgList/index.js.map +1 -0
  323. package/lib/hooks/store/userCenter/useOrgTreeList/index.d.ts +449 -0
  324. package/lib/hooks/store/userCenter/useOrgTreeList/index.js +28 -0
  325. package/lib/hooks/store/userCenter/useOrgTreeList/index.js.map +1 -0
  326. package/lib/hooks/store/userCenter/useRoleList/index.d.ts +16 -0
  327. package/lib/hooks/store/userCenter/useRoleList/index.js +33 -0
  328. package/lib/hooks/store/userCenter/useRoleList/index.js.map +1 -0
  329. package/lib/index.css +48 -44
  330. package/lib/utils/src/http/createAxios.js +6 -8
  331. package/lib/utils/src/http/createAxios.js.map +1 -1
  332. package/lib/utils/src/http/interceptors.js +2 -0
  333. package/lib/utils/src/http/interceptors.js.map +1 -1
  334. package/package.json +1 -1
  335. package/es/api/basic/controller/default/postBasicV1AreaList.mjs +0 -8
  336. package/es/api/basic/controller/default/postBasicV1AreaList.mjs.map +0 -1
  337. package/es/api/basic/controller/default/postBasicV1CategoryList.mjs +0 -8
  338. package/es/api/basic/controller/default/postBasicV1CategoryList.mjs.map +0 -1
  339. package/es/api/basic/controller/default/postBasicV1CountryList.mjs +0 -8
  340. package/es/api/basic/controller/default/postBasicV1CountryList.mjs.map +0 -1
  341. package/es/api/basic/controller/default/postBasicV1CurrencyList.mjs +0 -8
  342. package/es/api/basic/controller/default/postBasicV1CurrencyList.mjs.map +0 -1
  343. package/es/api/basic/controller/default/postBasicV1EmployeeList.mjs +0 -8
  344. package/es/api/basic/controller/default/postBasicV1EmployeeList.mjs.map +0 -1
  345. package/es/api/basic/controller/default/postBasicV1ExchangeRateList.mjs +0 -8
  346. package/es/api/basic/controller/default/postBasicV1ExchangeRateList.mjs.map +0 -1
  347. package/es/api/basic/controller/default/postBasicV1MenuList.mjs +0 -8
  348. package/es/api/basic/controller/default/postBasicV1MenuList.mjs.map +0 -1
  349. package/es/api/basic/controller/default/postBasicV1OrgList.mjs +0 -8
  350. package/es/api/basic/controller/default/postBasicV1OrgList.mjs.map +0 -1
  351. package/es/api/basic/controller/default/postBasicV1OrgTreeList.mjs +0 -8
  352. package/es/api/basic/controller/default/postBasicV1OrgTreeList.mjs.map +0 -1
  353. package/es/api/basic/controller/default/postBasicV1ProductList.mjs +0 -8
  354. package/es/api/basic/controller/default/postBasicV1ProductList.mjs.map +0 -1
  355. package/es/api/basic/controller/default/postBasicV1RoleList.mjs +0 -8
  356. package/es/api/basic/controller/default/postBasicV1RoleList.mjs.map +0 -1
  357. package/es/api/basic/controller/default/postBasicV1SalesList.mjs +0 -8
  358. package/es/api/basic/controller/default/postBasicV1SalesList.mjs.map +0 -1
  359. package/es/api/basic/controller/default/postBasicV1SystemList.mjs +0 -8
  360. package/es/api/basic/controller/default/postBasicV1SystemList.mjs.map +0 -1
  361. package/es/api/basic/controller/default/usePostBasicV1AreaList.mjs.map +0 -1
  362. package/es/api/basic/controller/default/usePostBasicV1CategoryList.mjs.map +0 -1
  363. package/es/api/basic/controller/default/usePostBasicV1CurrencyList.mjs.map +0 -1
  364. package/es/api/basic/controller/default/usePostBasicV1EmployeeList.mjs.map +0 -1
  365. package/es/api/basic/controller/default/usePostBasicV1ExchangeRateList.mjs +0 -18
  366. package/es/api/basic/controller/default/usePostBasicV1ExchangeRateList.mjs.map +0 -1
  367. package/es/api/basic/controller/default/usePostBasicV1MenuList.mjs.map +0 -1
  368. package/es/api/basic/controller/default/usePostBasicV1OrgList.mjs.map +0 -1
  369. package/es/api/basic/controller/default/usePostBasicV1OrgTreeList.mjs +0 -18
  370. package/es/api/basic/controller/default/usePostBasicV1OrgTreeList.mjs.map +0 -1
  371. package/es/api/basic/controller/default/usePostBasicV1ProductList.mjs +0 -18
  372. package/es/api/basic/controller/default/usePostBasicV1RoleList.mjs.map +0 -1
  373. package/es/api/basic/controller/default/usePostBasicV1SalesList.mjs +0 -18
  374. package/es/api/basic/controller/default/usePostBasicV1SalesList.mjs.map +0 -1
  375. package/es/api/basic/controller/default/usePostBasicV1SystemList.mjs.map +0 -1
  376. package/es/hooks/store/basic/index.d.ts +0 -1
  377. package/es/hooks/store/basic/index.mjs +0 -2
  378. package/es/hooks/store/useCurrencyList/index.mjs +0 -42
  379. package/es/hooks/store/useCurrencyList/index.mjs.map +0 -1
  380. package/lib/api/basic/controller/default/postBasicV1AreaList.js +0 -10
  381. package/lib/api/basic/controller/default/postBasicV1AreaList.js.map +0 -1
  382. package/lib/api/basic/controller/default/postBasicV1CategoryList.js +0 -10
  383. package/lib/api/basic/controller/default/postBasicV1CategoryList.js.map +0 -1
  384. package/lib/api/basic/controller/default/postBasicV1CountryList.js +0 -10
  385. package/lib/api/basic/controller/default/postBasicV1CountryList.js.map +0 -1
  386. package/lib/api/basic/controller/default/postBasicV1CurrencyList.js +0 -10
  387. package/lib/api/basic/controller/default/postBasicV1CurrencyList.js.map +0 -1
  388. package/lib/api/basic/controller/default/postBasicV1EmployeeList.js +0 -10
  389. package/lib/api/basic/controller/default/postBasicV1EmployeeList.js.map +0 -1
  390. package/lib/api/basic/controller/default/postBasicV1ExchangeRateList.js +0 -10
  391. package/lib/api/basic/controller/default/postBasicV1ExchangeRateList.js.map +0 -1
  392. package/lib/api/basic/controller/default/postBasicV1MenuList.js +0 -10
  393. package/lib/api/basic/controller/default/postBasicV1MenuList.js.map +0 -1
  394. package/lib/api/basic/controller/default/postBasicV1OrgList.js +0 -10
  395. package/lib/api/basic/controller/default/postBasicV1OrgList.js.map +0 -1
  396. package/lib/api/basic/controller/default/postBasicV1OrgTreeList.js +0 -10
  397. package/lib/api/basic/controller/default/postBasicV1OrgTreeList.js.map +0 -1
  398. package/lib/api/basic/controller/default/postBasicV1ProductList.js +0 -10
  399. package/lib/api/basic/controller/default/postBasicV1ProductList.js.map +0 -1
  400. package/lib/api/basic/controller/default/postBasicV1RoleList.js +0 -10
  401. package/lib/api/basic/controller/default/postBasicV1RoleList.js.map +0 -1
  402. package/lib/api/basic/controller/default/postBasicV1SalesList.js +0 -10
  403. package/lib/api/basic/controller/default/postBasicV1SalesList.js.map +0 -1
  404. package/lib/api/basic/controller/default/postBasicV1SystemList.js +0 -10
  405. package/lib/api/basic/controller/default/postBasicV1SystemList.js.map +0 -1
  406. package/lib/api/basic/controller/default/usePostBasicV1AreaList.js.map +0 -1
  407. package/lib/api/basic/controller/default/usePostBasicV1CategoryList.js.map +0 -1
  408. package/lib/api/basic/controller/default/usePostBasicV1CurrencyList.js.map +0 -1
  409. package/lib/api/basic/controller/default/usePostBasicV1EmployeeList.js.map +0 -1
  410. package/lib/api/basic/controller/default/usePostBasicV1ExchangeRateList.js +0 -20
  411. package/lib/api/basic/controller/default/usePostBasicV1ExchangeRateList.js.map +0 -1
  412. package/lib/api/basic/controller/default/usePostBasicV1MenuList.js +0 -20
  413. package/lib/api/basic/controller/default/usePostBasicV1MenuList.js.map +0 -1
  414. package/lib/api/basic/controller/default/usePostBasicV1OrgList.js.map +0 -1
  415. package/lib/api/basic/controller/default/usePostBasicV1OrgTreeList.js +0 -20
  416. package/lib/api/basic/controller/default/usePostBasicV1OrgTreeList.js.map +0 -1
  417. package/lib/api/basic/controller/default/usePostBasicV1ProductList.js +0 -20
  418. package/lib/api/basic/controller/default/usePostBasicV1RoleList.js.map +0 -1
  419. package/lib/api/basic/controller/default/usePostBasicV1SalesList.js +0 -20
  420. package/lib/api/basic/controller/default/usePostBasicV1SalesList.js.map +0 -1
  421. package/lib/api/basic/controller/default/usePostBasicV1SystemList.js.map +0 -1
  422. package/lib/hooks/store/basic/index.d.ts +0 -1
  423. package/lib/hooks/store/basic/index.js +0 -3
  424. package/lib/hooks/store/useCurrencyList/index.js +0 -44
  425. package/lib/hooks/store/useCurrencyList/index.js.map +0 -1
@@ -0,0 +1,18 @@
1
+ import { useAxios } from '@vueuse/integrations/useAxios';
2
+ import service from '../../request.mjs';
3
+
4
+ function usePostProductV1CategoryList(config, options) {
5
+ const useAxiosReturn = useAxios(
6
+ "/product/v1/category/list",
7
+ { method: "post", ...config },
8
+ service,
9
+ { immediate: false, ...options }
10
+ );
11
+ function exec(input, axiosConfig) {
12
+ return useAxiosReturn.execute({ data: input, ...axiosConfig });
13
+ }
14
+ return { ...useAxiosReturn, exec };
15
+ }
16
+
17
+ export { usePostProductV1CategoryList };
18
+ //# sourceMappingURL=usePostProductV1CategoryList.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"usePostProductV1CategoryList.mjs","sources":["../../../../../../../packages/api/basic/controller/default/usePostProductV1CategoryList.ts"],"sourcesContent":["import { type UseAxiosOptions, useAxios } from \"@vueuse/integrations/useAxios\";\r\nimport { type AxiosRequestConfig } from \"axios\";\r\nimport { type DeepRequired } from \"../../interface\";\r\nimport { type PostProductV1CategoryListResult, type PostProductV1CategoryListInput } from \"./postProductV1CategoryList\";\r\nimport request from \"@giime/api/basic/request\";\r\n\r\n/**\r\n * 产品分类\r\n * /product/v1/category/list\r\n */\r\nexport function usePostProductV1CategoryList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostProductV1CategoryListResult>>) {\r\n const useAxiosReturn = useAxios<DeepRequired<PostProductV1CategoryListResult>>(\r\n '/product/v1/category/list',\r\n { method: 'post', ...config },\r\n request,\r\n { immediate: false, ...options }\r\n )\r\n\r\n function exec(input?: PostProductV1CategoryListInput, axiosConfig?: AxiosRequestConfig) {\r\n return useAxiosReturn.execute({ data: input, ...axiosConfig });\r\n }\r\n return { ...useAxiosReturn, exec };\r\n}\r\n"],"names":["request"],"mappings":";;;AAUgB,SAAA,4BAAA,CAA6B,QAA6B,OAA0E,EAAA;AAChJ,EAAA,MAAM,cAAiB,GAAA,QAAA;AAAA,IACnB,2BAAA;AAAA,IACA,EAAE,MAAA,EAAQ,MAAQ,EAAA,GAAG,MAAO,EAAA;AAAA,IAC5BA,OAAA;AAAA,IACA,EAAE,SAAA,EAAW,KAAO,EAAA,GAAG,OAAQ,EAAA;AAAA,GACnC,CAAA;AAEA,EAAS,SAAA,IAAA,CAAK,OAAwC,WAAkC,EAAA;AACpF,IAAA,OAAO,eAAe,OAAQ,CAAA,EAAE,MAAM,KAAO,EAAA,GAAG,aAAa,CAAA,CAAA;AAAA,GACjE;AACA,EAAO,OAAA,EAAE,GAAG,cAAA,EAAgB,IAAK,EAAA,CAAA;AACrC;;;;"}
@@ -1,13 +1,13 @@
1
1
  import { type UseAxiosOptions } from "@vueuse/integrations/useAxios";
2
2
  import { type AxiosRequestConfig } from "axios";
3
3
  import { type DeepRequired } from "../../interface";
4
- import { type PostBasicV1ProductListResult, type PostBasicV1ProductListInput } from "./postBasicV1ProductList";
4
+ import { type PostProductV1ProductListResult, type PostProductV1ProductListInput } from "./postProductV1ProductList";
5
5
  /**
6
6
  * 产品列表
7
- * /basic/v1/product/list
7
+ * /product/v1/product/list
8
8
  */
9
- export declare function usePostBasicV1ProductList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostBasicV1ProductListResult>>): {
10
- exec: (input?: PostBasicV1ProductListInput, axiosConfig?: AxiosRequestConfig) => Promise<import("@vueuse/integrations/useAxios").StrictUseAxiosReturn<{
9
+ export declare function usePostProductV1ProductList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostProductV1ProductListResult>>): {
10
+ exec: (input?: PostProductV1ProductListInput, axiosConfig?: AxiosRequestConfig) => Promise<import("@vueuse/integrations/useAxios").StrictUseAxiosReturn<{
11
11
  code: number;
12
12
  msg: string;
13
13
  bizCode: number;
@@ -1,9 +1,9 @@
1
1
  import { useAxios } from '@vueuse/integrations/useAxios';
2
2
  import service from '../../request.mjs';
3
3
 
4
- function usePostBasicV1AreaList(config, options) {
4
+ function usePostProductV1ProductList(config, options) {
5
5
  const useAxiosReturn = useAxios(
6
- "/basic/v1/area/list",
6
+ "/product/v1/product/list",
7
7
  { method: "post", ...config },
8
8
  service,
9
9
  { immediate: false, ...options }
@@ -14,5 +14,5 @@ function usePostBasicV1AreaList(config, options) {
14
14
  return { ...useAxiosReturn, exec };
15
15
  }
16
16
 
17
- export { usePostBasicV1AreaList };
18
- //# sourceMappingURL=usePostBasicV1AreaList.mjs.map
17
+ export { usePostProductV1ProductList };
18
+ //# sourceMappingURL=usePostProductV1ProductList.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"usePostProductV1ProductList.mjs","sources":["../../../../../../../packages/api/basic/controller/default/usePostProductV1ProductList.ts"],"sourcesContent":["import { type UseAxiosOptions, useAxios } from \"@vueuse/integrations/useAxios\";\r\nimport { type AxiosRequestConfig } from \"axios\";\r\nimport { type DeepRequired } from \"../../interface\";\r\nimport { type PostProductV1ProductListResult, type PostProductV1ProductListInput } from \"./postProductV1ProductList\";\r\nimport request from \"@giime/api/basic/request\";\r\n\r\n/**\r\n * 产品列表\r\n * /product/v1/product/list\r\n */\r\nexport function usePostProductV1ProductList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostProductV1ProductListResult>>) {\r\n const useAxiosReturn = useAxios<DeepRequired<PostProductV1ProductListResult>>(\r\n '/product/v1/product/list',\r\n { method: 'post', ...config },\r\n request,\r\n { immediate: false, ...options }\r\n )\r\n\r\n function exec(input?: PostProductV1ProductListInput, axiosConfig?: AxiosRequestConfig) {\r\n return useAxiosReturn.execute({ data: input, ...axiosConfig });\r\n }\r\n return { ...useAxiosReturn, exec };\r\n}\r\n"],"names":["request"],"mappings":";;;AAUgB,SAAA,2BAAA,CAA4B,QAA6B,OAAyE,EAAA;AAC9I,EAAA,MAAM,cAAiB,GAAA,QAAA;AAAA,IACnB,0BAAA;AAAA,IACA,EAAE,MAAA,EAAQ,MAAQ,EAAA,GAAG,MAAO,EAAA;AAAA,IAC5BA,OAAA;AAAA,IACA,EAAE,SAAA,EAAW,KAAO,EAAA,GAAG,OAAQ,EAAA;AAAA,GACnC,CAAA;AAEA,EAAS,SAAA,IAAA,CAAK,OAAuC,WAAkC,EAAA;AACnF,IAAA,OAAO,eAAe,OAAQ,CAAA,EAAE,MAAM,KAAO,EAAA,GAAG,aAAa,CAAA,CAAA;AAAA,GACjE;AACA,EAAO,OAAA,EAAE,GAAG,cAAA,EAAgB,IAAK,EAAA,CAAA;AACrC;;;;"}
@@ -1,13 +1,13 @@
1
1
  import { type UseAxiosOptions } from "@vueuse/integrations/useAxios";
2
2
  import { type AxiosRequestConfig } from "axios";
3
3
  import { type DeepRequired } from "../../interface";
4
- import { type PostBasicV1SalesListResult, type PostBasicV1SalesListInput } from "./postBasicV1SalesList";
4
+ import { type PostProductV1SalesListResult, type PostProductV1SalesListInput } from "./postProductV1SalesList";
5
5
  /**
6
6
  * 商品列表
7
- * /basic/v1/sales/list
7
+ * /product/v1/sales/list
8
8
  */
9
- export declare function usePostBasicV1SalesList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostBasicV1SalesListResult>>): {
10
- exec: (input?: PostBasicV1SalesListInput, axiosConfig?: AxiosRequestConfig) => Promise<import("@vueuse/integrations/useAxios").StrictUseAxiosReturn<{
9
+ export declare function usePostProductV1SalesList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostProductV1SalesListResult>>): {
10
+ exec: (input?: PostProductV1SalesListInput, axiosConfig?: AxiosRequestConfig) => Promise<import("@vueuse/integrations/useAxios").StrictUseAxiosReturn<{
11
11
  code: number;
12
12
  msg: string;
13
13
  bizCode: number;
@@ -1,9 +1,9 @@
1
1
  import { useAxios } from '@vueuse/integrations/useAxios';
2
2
  import service from '../../request.mjs';
3
3
 
4
- function usePostBasicV1MenuList(config, options) {
4
+ function usePostProductV1SalesList(config, options) {
5
5
  const useAxiosReturn = useAxios(
6
- "/basic/v1/menu/list",
6
+ "/product/v1/sales/list",
7
7
  { method: "post", ...config },
8
8
  service,
9
9
  { immediate: false, ...options }
@@ -14,5 +14,5 @@ function usePostBasicV1MenuList(config, options) {
14
14
  return { ...useAxiosReturn, exec };
15
15
  }
16
16
 
17
- export { usePostBasicV1MenuList };
18
- //# sourceMappingURL=usePostBasicV1MenuList.mjs.map
17
+ export { usePostProductV1SalesList };
18
+ //# sourceMappingURL=usePostProductV1SalesList.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"usePostBasicV1ProductList.mjs","sources":["../../../../../../../packages/api/basic/controller/default/usePostBasicV1ProductList.ts"],"sourcesContent":["import { type UseAxiosOptions, useAxios } from \"@vueuse/integrations/useAxios\";\r\nimport { type AxiosRequestConfig } from \"axios\";\r\nimport { type DeepRequired } from \"../../interface\";\r\nimport { type PostBasicV1ProductListResult, type PostBasicV1ProductListInput } from \"./postBasicV1ProductList\";\r\nimport request from \"@giime/api/basic/request\";\r\n\r\n/**\r\n * 产品列表\r\n * /basic/v1/product/list\r\n */\r\nexport function usePostBasicV1ProductList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostBasicV1ProductListResult>>) {\r\n const useAxiosReturn = useAxios<DeepRequired<PostBasicV1ProductListResult>>(\r\n '/basic/v1/product/list',\r\n { method: 'post', ...config },\r\n request,\r\n { immediate: false, ...options }\r\n )\r\n\r\n function exec(input?: PostBasicV1ProductListInput, axiosConfig?: AxiosRequestConfig) {\r\n return useAxiosReturn.execute({ data: input, ...axiosConfig });\r\n }\r\n return { ...useAxiosReturn, exec };\r\n}\r\n"],"names":["request"],"mappings":";;;AAUgB,SAAA,yBAAA,CAA0B,QAA6B,OAAuE,EAAA;AAC1I,EAAA,MAAM,cAAiB,GAAA,QAAA;AAAA,IACnB,wBAAA;AAAA,IACA,EAAE,MAAA,EAAQ,MAAQ,EAAA,GAAG,MAAO,EAAA;AAAA,IAC5BA,OAAA;AAAA,IACA,EAAE,SAAA,EAAW,KAAO,EAAA,GAAG,OAAQ,EAAA;AAAA,GACnC,CAAA;AAEA,EAAS,SAAA,IAAA,CAAK,OAAqC,WAAkC,EAAA;AACjF,IAAA,OAAO,eAAe,OAAQ,CAAA,EAAE,MAAM,KAAO,EAAA,GAAG,aAAa,CAAA,CAAA;AAAA,GACjE;AACA,EAAO,OAAA,EAAE,GAAG,cAAA,EAAgB,IAAK,EAAA,CAAA;AACrC;;;;"}
1
+ {"version":3,"file":"usePostProductV1SalesList.mjs","sources":["../../../../../../../packages/api/basic/controller/default/usePostProductV1SalesList.ts"],"sourcesContent":["import { type UseAxiosOptions, useAxios } from \"@vueuse/integrations/useAxios\";\r\nimport { type AxiosRequestConfig } from \"axios\";\r\nimport { type DeepRequired } from \"../../interface\";\r\nimport { type PostProductV1SalesListResult, type PostProductV1SalesListInput } from \"./postProductV1SalesList\";\r\nimport request from \"@giime/api/basic/request\";\r\n\r\n/**\r\n * 商品列表\r\n * /product/v1/sales/list\r\n */\r\nexport function usePostProductV1SalesList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostProductV1SalesListResult>>) {\r\n const useAxiosReturn = useAxios<DeepRequired<PostProductV1SalesListResult>>(\r\n '/product/v1/sales/list',\r\n { method: 'post', ...config },\r\n request,\r\n { immediate: false, ...options }\r\n )\r\n\r\n function exec(input?: PostProductV1SalesListInput, axiosConfig?: AxiosRequestConfig) {\r\n return useAxiosReturn.execute({ data: input, ...axiosConfig });\r\n }\r\n return { ...useAxiosReturn, exec };\r\n}\r\n"],"names":["request"],"mappings":";;;AAUgB,SAAA,yBAAA,CAA0B,QAA6B,OAAuE,EAAA;AAC1I,EAAA,MAAM,cAAiB,GAAA,QAAA;AAAA,IACnB,wBAAA;AAAA,IACA,EAAE,MAAA,EAAQ,MAAQ,EAAA,GAAG,MAAO,EAAA;AAAA,IAC5BA,OAAA;AAAA,IACA,EAAE,SAAA,EAAW,KAAO,EAAA,GAAG,OAAQ,EAAA;AAAA,GACnC,CAAA;AAEA,EAAS,SAAA,IAAA,CAAK,OAAqC,WAAkC,EAAA;AACjF,IAAA,OAAO,eAAe,OAAQ,CAAA,EAAE,MAAM,KAAO,EAAA,GAAG,aAAa,CAAA,CAAA;AAAA,GACjE;AACA,EAAO,OAAA,EAAE,GAAG,cAAA,EAAgB,IAAK,EAAA,CAAA;AACrC;;;;"}
@@ -1,13 +1,13 @@
1
1
  import { type UseAxiosOptions } from "@vueuse/integrations/useAxios";
2
2
  import { type AxiosRequestConfig } from "axios";
3
3
  import { type DeepRequired } from "../../interface";
4
- import { type PostBasicV1AreaListResult, type PostBasicV1AreaListInput } from "./postBasicV1AreaList";
4
+ import { type PostUserCenterV1AreaListResult, type PostUserCenterV1AreaListInput } from "./postUserCenterV1AreaList";
5
5
  /**
6
6
  * 团队列表
7
- * /basic/v1/area/list
7
+ * /userCenter/v1/area/list
8
8
  */
9
- export declare function usePostBasicV1AreaList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostBasicV1AreaListResult>>): {
10
- exec: (input?: PostBasicV1AreaListInput, axiosConfig?: AxiosRequestConfig) => Promise<import("@vueuse/integrations/useAxios").StrictUseAxiosReturn<{
9
+ export declare function usePostUserCenterV1AreaList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostUserCenterV1AreaListResult>>): {
10
+ exec: (input?: PostUserCenterV1AreaListInput, axiosConfig?: AxiosRequestConfig) => Promise<import("@vueuse/integrations/useAxios").StrictUseAxiosReturn<{
11
11
  code: number;
12
12
  msg: string;
13
13
  bizCode: number;
@@ -1,9 +1,9 @@
1
1
  import { useAxios } from '@vueuse/integrations/useAxios';
2
2
  import service from '../../request.mjs';
3
3
 
4
- function usePostBasicV1EmployeeList(config, options) {
4
+ function usePostUserCenterV1AreaList(config, options) {
5
5
  const useAxiosReturn = useAxios(
6
- "/basic/v1/employee/list",
6
+ "/userCenter/v1/area/list",
7
7
  { method: "post", ...config },
8
8
  service,
9
9
  { immediate: false, ...options }
@@ -14,5 +14,5 @@ function usePostBasicV1EmployeeList(config, options) {
14
14
  return { ...useAxiosReturn, exec };
15
15
  }
16
16
 
17
- export { usePostBasicV1EmployeeList };
18
- //# sourceMappingURL=usePostBasicV1EmployeeList.mjs.map
17
+ export { usePostUserCenterV1AreaList };
18
+ //# sourceMappingURL=usePostUserCenterV1AreaList.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"usePostUserCenterV1AreaList.mjs","sources":["../../../../../../../packages/api/basic/controller/default/usePostUserCenterV1AreaList.ts"],"sourcesContent":["import { type UseAxiosOptions, useAxios } from \"@vueuse/integrations/useAxios\";\r\nimport { type AxiosRequestConfig } from \"axios\";\r\nimport { type DeepRequired } from \"../../interface\";\r\nimport { type PostUserCenterV1AreaListResult, type PostUserCenterV1AreaListInput } from \"./postUserCenterV1AreaList\";\r\nimport request from \"@giime/api/basic/request\";\r\n\r\n/**\r\n * 团队列表\r\n * /userCenter/v1/area/list\r\n */\r\nexport function usePostUserCenterV1AreaList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostUserCenterV1AreaListResult>>) {\r\n const useAxiosReturn = useAxios<DeepRequired<PostUserCenterV1AreaListResult>>(\r\n '/userCenter/v1/area/list',\r\n { method: 'post', ...config },\r\n request,\r\n { immediate: false, ...options }\r\n )\r\n\r\n function exec(input?: PostUserCenterV1AreaListInput, axiosConfig?: AxiosRequestConfig) {\r\n return useAxiosReturn.execute({ data: input, ...axiosConfig });\r\n }\r\n return { ...useAxiosReturn, exec };\r\n}\r\n"],"names":["request"],"mappings":";;;AAUgB,SAAA,2BAAA,CAA4B,QAA6B,OAAyE,EAAA;AAC9I,EAAA,MAAM,cAAiB,GAAA,QAAA;AAAA,IACnB,0BAAA;AAAA,IACA,EAAE,MAAA,EAAQ,MAAQ,EAAA,GAAG,MAAO,EAAA;AAAA,IAC5BA,OAAA;AAAA,IACA,EAAE,SAAA,EAAW,KAAO,EAAA,GAAG,OAAQ,EAAA;AAAA,GACnC,CAAA;AAEA,EAAS,SAAA,IAAA,CAAK,OAAuC,WAAkC,EAAA;AACnF,IAAA,OAAO,eAAe,OAAQ,CAAA,EAAE,MAAM,KAAO,EAAA,GAAG,aAAa,CAAA,CAAA;AAAA,GACjE;AACA,EAAO,OAAA,EAAE,GAAG,cAAA,EAAgB,IAAK,EAAA,CAAA;AACrC;;;;"}
@@ -1,13 +1,13 @@
1
1
  import { type UseAxiosOptions } from "@vueuse/integrations/useAxios";
2
2
  import { type AxiosRequestConfig } from "axios";
3
3
  import { type DeepRequired } from "../../interface";
4
- import { type PostBasicV1EmployeeListResult, type PostBasicV1EmployeeListInput } from "./postBasicV1EmployeeList";
4
+ import { type PostUserCenterV1EmployeeListResult, type PostUserCenterV1EmployeeListInput } from "./postUserCenterV1EmployeeList";
5
5
  /**
6
6
  * 员工列表
7
- * /basic/v1/employee/list
7
+ * /userCenter/v1/employee/list
8
8
  */
9
- export declare function usePostBasicV1EmployeeList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostBasicV1EmployeeListResult>>): {
10
- exec: (input?: PostBasicV1EmployeeListInput, axiosConfig?: AxiosRequestConfig) => Promise<import("@vueuse/integrations/useAxios").StrictUseAxiosReturn<{
9
+ export declare function usePostUserCenterV1EmployeeList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostUserCenterV1EmployeeListResult>>): {
10
+ exec: (input?: PostUserCenterV1EmployeeListInput, axiosConfig?: AxiosRequestConfig) => Promise<import("@vueuse/integrations/useAxios").StrictUseAxiosReturn<{
11
11
  code: number;
12
12
  msg: string;
13
13
  bizCode: number;
@@ -0,0 +1,18 @@
1
+ import { useAxios } from '@vueuse/integrations/useAxios';
2
+ import service from '../../request.mjs';
3
+
4
+ function usePostUserCenterV1EmployeeList(config, options) {
5
+ const useAxiosReturn = useAxios(
6
+ "/userCenter/v1/employee/list",
7
+ { method: "post", ...config },
8
+ service,
9
+ { immediate: false, ...options }
10
+ );
11
+ function exec(input, axiosConfig) {
12
+ return useAxiosReturn.execute({ data: input, ...axiosConfig });
13
+ }
14
+ return { ...useAxiosReturn, exec };
15
+ }
16
+
17
+ export { usePostUserCenterV1EmployeeList };
18
+ //# sourceMappingURL=usePostUserCenterV1EmployeeList.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"usePostUserCenterV1EmployeeList.mjs","sources":["../../../../../../../packages/api/basic/controller/default/usePostUserCenterV1EmployeeList.ts"],"sourcesContent":["import { type UseAxiosOptions, useAxios } from \"@vueuse/integrations/useAxios\";\r\nimport { type AxiosRequestConfig } from \"axios\";\r\nimport { type DeepRequired } from \"../../interface\";\r\nimport { type PostUserCenterV1EmployeeListResult, type PostUserCenterV1EmployeeListInput } from \"./postUserCenterV1EmployeeList\";\r\nimport request from \"@giime/api/basic/request\";\r\n\r\n/**\r\n * 员工列表\r\n * /userCenter/v1/employee/list\r\n */\r\nexport function usePostUserCenterV1EmployeeList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostUserCenterV1EmployeeListResult>>) {\r\n const useAxiosReturn = useAxios<DeepRequired<PostUserCenterV1EmployeeListResult>>(\r\n '/userCenter/v1/employee/list',\r\n { method: 'post', ...config },\r\n request,\r\n { immediate: false, ...options }\r\n )\r\n\r\n function exec(input?: PostUserCenterV1EmployeeListInput, axiosConfig?: AxiosRequestConfig) {\r\n return useAxiosReturn.execute({ data: input, ...axiosConfig });\r\n }\r\n return { ...useAxiosReturn, exec };\r\n}\r\n"],"names":["request"],"mappings":";;;AAUgB,SAAA,+BAAA,CAAgC,QAA6B,OAA6E,EAAA;AACtJ,EAAA,MAAM,cAAiB,GAAA,QAAA;AAAA,IACnB,8BAAA;AAAA,IACA,EAAE,MAAA,EAAQ,MAAQ,EAAA,GAAG,MAAO,EAAA;AAAA,IAC5BA,OAAA;AAAA,IACA,EAAE,SAAA,EAAW,KAAO,EAAA,GAAG,OAAQ,EAAA;AAAA,GACnC,CAAA;AAEA,EAAS,SAAA,IAAA,CAAK,OAA2C,WAAkC,EAAA;AACvF,IAAA,OAAO,eAAe,OAAQ,CAAA,EAAE,MAAM,KAAO,EAAA,GAAG,aAAa,CAAA,CAAA;AAAA,GACjE;AACA,EAAO,OAAA,EAAE,GAAG,cAAA,EAAgB,IAAK,EAAA,CAAA;AACrC;;;;"}
@@ -1,13 +1,13 @@
1
1
  import { type UseAxiosOptions } from "@vueuse/integrations/useAxios";
2
2
  import { type AxiosRequestConfig } from "axios";
3
3
  import { type DeepRequired } from "../../interface";
4
- import { type PostBasicV1MenuListResult, type PostBasicV1MenuListInput } from "./postBasicV1MenuList";
4
+ import { type PostUserCenterV1MenuListResult, type PostUserCenterV1MenuListInput } from "./postUserCenterV1MenuList";
5
5
  /**
6
6
  * 菜单分类
7
- * /basic/v1/menu/list
7
+ * /userCenter/v1/menu/list
8
8
  */
9
- export declare function usePostBasicV1MenuList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostBasicV1MenuListResult>>): {
10
- exec: (input?: PostBasicV1MenuListInput, axiosConfig?: AxiosRequestConfig) => Promise<import("@vueuse/integrations/useAxios").StrictUseAxiosReturn<{
9
+ export declare function usePostUserCenterV1MenuList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostUserCenterV1MenuListResult>>): {
10
+ exec: (input?: PostUserCenterV1MenuListInput, axiosConfig?: AxiosRequestConfig) => Promise<import("@vueuse/integrations/useAxios").StrictUseAxiosReturn<{
11
11
  code: number;
12
12
  msg: string;
13
13
  bizCode: number;
@@ -1,9 +1,9 @@
1
1
  import { useAxios } from '@vueuse/integrations/useAxios';
2
2
  import service from '../../request.mjs';
3
3
 
4
- function usePostBasicV1CurrencyList(config, options) {
4
+ function usePostUserCenterV1MenuList(config, options) {
5
5
  const useAxiosReturn = useAxios(
6
- "/basic/v1/currency/list",
6
+ "/userCenter/v1/menu/list",
7
7
  { method: "post", ...config },
8
8
  service,
9
9
  { immediate: false, ...options }
@@ -14,5 +14,5 @@ function usePostBasicV1CurrencyList(config, options) {
14
14
  return { ...useAxiosReturn, exec };
15
15
  }
16
16
 
17
- export { usePostBasicV1CurrencyList };
18
- //# sourceMappingURL=usePostBasicV1CurrencyList.mjs.map
17
+ export { usePostUserCenterV1MenuList };
18
+ //# sourceMappingURL=usePostUserCenterV1MenuList.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"usePostUserCenterV1MenuList.mjs","sources":["../../../../../../../packages/api/basic/controller/default/usePostUserCenterV1MenuList.ts"],"sourcesContent":["import { type UseAxiosOptions, useAxios } from \"@vueuse/integrations/useAxios\";\r\nimport { type AxiosRequestConfig } from \"axios\";\r\nimport { type DeepRequired } from \"../../interface\";\r\nimport { type PostUserCenterV1MenuListResult, type PostUserCenterV1MenuListInput } from \"./postUserCenterV1MenuList\";\r\nimport request from \"@giime/api/basic/request\";\r\n\r\n/**\r\n * 菜单分类\r\n * /userCenter/v1/menu/list\r\n */\r\nexport function usePostUserCenterV1MenuList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostUserCenterV1MenuListResult>>) {\r\n const useAxiosReturn = useAxios<DeepRequired<PostUserCenterV1MenuListResult>>(\r\n '/userCenter/v1/menu/list',\r\n { method: 'post', ...config },\r\n request,\r\n { immediate: false, ...options }\r\n )\r\n\r\n function exec(input?: PostUserCenterV1MenuListInput, axiosConfig?: AxiosRequestConfig) {\r\n return useAxiosReturn.execute({ data: input, ...axiosConfig });\r\n }\r\n return { ...useAxiosReturn, exec };\r\n}\r\n"],"names":["request"],"mappings":";;;AAUgB,SAAA,2BAAA,CAA4B,QAA6B,OAAyE,EAAA;AAC9I,EAAA,MAAM,cAAiB,GAAA,QAAA;AAAA,IACnB,0BAAA;AAAA,IACA,EAAE,MAAA,EAAQ,MAAQ,EAAA,GAAG,MAAO,EAAA;AAAA,IAC5BA,OAAA;AAAA,IACA,EAAE,SAAA,EAAW,KAAO,EAAA,GAAG,OAAQ,EAAA;AAAA,GACnC,CAAA;AAEA,EAAS,SAAA,IAAA,CAAK,OAAuC,WAAkC,EAAA;AACnF,IAAA,OAAO,eAAe,OAAQ,CAAA,EAAE,MAAM,KAAO,EAAA,GAAG,aAAa,CAAA,CAAA;AAAA,GACjE;AACA,EAAO,OAAA,EAAE,GAAG,cAAA,EAAgB,IAAK,EAAA,CAAA;AACrC;;;;"}
@@ -1,12 +1,12 @@
1
1
  import { type UseAxiosOptions } from "@vueuse/integrations/useAxios";
2
2
  import { type AxiosRequestConfig } from "axios";
3
3
  import { type DeepRequired } from "../../interface";
4
- import { type PostBasicV1OrgListResult } from "./postBasicV1OrgList";
4
+ import { type PostUserCenterV1OrgListResult } from "./postUserCenterV1OrgList";
5
5
  /**
6
6
  * 家族列表
7
- * /basic/v1/org/list
7
+ * /userCenter/v1/org/list
8
8
  */
9
- export declare function usePostBasicV1OrgList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostBasicV1OrgListResult>>): {
9
+ export declare function usePostUserCenterV1OrgList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostUserCenterV1OrgListResult>>): {
10
10
  exec: (axiosConfig?: AxiosRequestConfig) => Promise<import("@vueuse/integrations/useAxios").StrictUseAxiosReturn<{
11
11
  code: number;
12
12
  msg: string;
@@ -1,9 +1,9 @@
1
1
  import { useAxios } from '@vueuse/integrations/useAxios';
2
2
  import service from '../../request.mjs';
3
3
 
4
- function usePostBasicV1SystemList(config, options) {
4
+ function usePostUserCenterV1OrgList(config, options) {
5
5
  const useAxiosReturn = useAxios(
6
- "/basic/v1/system/list",
6
+ "/userCenter/v1/org/list",
7
7
  { method: "post", ...config },
8
8
  service,
9
9
  { immediate: false, ...options }
@@ -14,5 +14,5 @@ function usePostBasicV1SystemList(config, options) {
14
14
  return { ...useAxiosReturn, exec };
15
15
  }
16
16
 
17
- export { usePostBasicV1SystemList };
18
- //# sourceMappingURL=usePostBasicV1SystemList.mjs.map
17
+ export { usePostUserCenterV1OrgList };
18
+ //# sourceMappingURL=usePostUserCenterV1OrgList.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"usePostUserCenterV1OrgList.mjs","sources":["../../../../../../../packages/api/basic/controller/default/usePostUserCenterV1OrgList.ts"],"sourcesContent":["import { type UseAxiosOptions, useAxios } from \"@vueuse/integrations/useAxios\";\r\nimport { type AxiosRequestConfig } from \"axios\";\r\nimport { type DeepRequired } from \"../../interface\";\r\nimport { type PostUserCenterV1OrgListResult } from \"./postUserCenterV1OrgList\";\r\nimport request from \"@giime/api/basic/request\";\r\n\r\n/**\r\n * 家族列表\r\n * /userCenter/v1/org/list\r\n */\r\nexport function usePostUserCenterV1OrgList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostUserCenterV1OrgListResult>>) {\r\n const useAxiosReturn = useAxios<DeepRequired<PostUserCenterV1OrgListResult>>(\r\n '/userCenter/v1/org/list',\r\n { method: 'post', ...config },\r\n request,\r\n { immediate: false, ...options }\r\n )\r\n\r\n function exec(axiosConfig?: AxiosRequestConfig) {\r\n return useAxiosReturn.execute(axiosConfig);\r\n }\r\n return { ...useAxiosReturn, exec };\r\n}\r\n"],"names":["request"],"mappings":";;;AAUgB,SAAA,0BAAA,CAA2B,QAA6B,OAAwE,EAAA;AAC5I,EAAA,MAAM,cAAiB,GAAA,QAAA;AAAA,IACnB,yBAAA;AAAA,IACA,EAAE,MAAA,EAAQ,MAAQ,EAAA,GAAG,MAAO,EAAA;AAAA,IAC5BA,OAAA;AAAA,IACA,EAAE,SAAA,EAAW,KAAO,EAAA,GAAG,OAAQ,EAAA;AAAA,GACnC,CAAA;AAEA,EAAA,SAAS,KAAK,WAAkC,EAAA;AAC5C,IAAO,OAAA,cAAA,CAAe,QAAQ,WAAW,CAAA,CAAA;AAAA,GAC7C;AACA,EAAO,OAAA,EAAE,GAAG,cAAA,EAAgB,IAAK,EAAA,CAAA;AACrC;;;;"}
@@ -1,13 +1,13 @@
1
1
  import { type UseAxiosOptions } from "@vueuse/integrations/useAxios";
2
2
  import { type AxiosRequestConfig } from "axios";
3
3
  import { type DeepRequired } from "../../interface";
4
- import { type PostBasicV1OrgTreeListResult, type PostBasicV1OrgTreeListInput } from "./postBasicV1OrgTreeList";
4
+ import { type PostUserCenterV1OrgTreeListResult, type PostUserCenterV1OrgTreeListInput } from "./postUserCenterV1OrgTreeList";
5
5
  /**
6
6
  * 部门列表
7
- * /basic/v1/org/tree/list
7
+ * /userCenter/v1/org/tree/list
8
8
  */
9
- export declare function usePostBasicV1OrgTreeList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostBasicV1OrgTreeListResult>>): {
10
- exec: (input?: PostBasicV1OrgTreeListInput, axiosConfig?: AxiosRequestConfig) => Promise<import("@vueuse/integrations/useAxios").StrictUseAxiosReturn<{
9
+ export declare function usePostUserCenterV1OrgTreeList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostUserCenterV1OrgTreeListResult>>): {
10
+ exec: (input?: PostUserCenterV1OrgTreeListInput, axiosConfig?: AxiosRequestConfig) => Promise<import("@vueuse/integrations/useAxios").StrictUseAxiosReturn<{
11
11
  code: number;
12
12
  msg: string;
13
13
  bizCode: number;
@@ -0,0 +1,18 @@
1
+ import { useAxios } from '@vueuse/integrations/useAxios';
2
+ import service from '../../request.mjs';
3
+
4
+ function usePostUserCenterV1OrgTreeList(config, options) {
5
+ const useAxiosReturn = useAxios(
6
+ "/userCenter/v1/org/tree/list",
7
+ { method: "post", ...config },
8
+ service,
9
+ { immediate: false, ...options }
10
+ );
11
+ function exec(input, axiosConfig) {
12
+ return useAxiosReturn.execute({ data: input, ...axiosConfig });
13
+ }
14
+ return { ...useAxiosReturn, exec };
15
+ }
16
+
17
+ export { usePostUserCenterV1OrgTreeList };
18
+ //# sourceMappingURL=usePostUserCenterV1OrgTreeList.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"usePostUserCenterV1OrgTreeList.mjs","sources":["../../../../../../../packages/api/basic/controller/default/usePostUserCenterV1OrgTreeList.ts"],"sourcesContent":["import { type UseAxiosOptions, useAxios } from \"@vueuse/integrations/useAxios\";\r\nimport { type AxiosRequestConfig } from \"axios\";\r\nimport { type DeepRequired } from \"../../interface\";\r\nimport { type PostUserCenterV1OrgTreeListResult, type PostUserCenterV1OrgTreeListInput } from \"./postUserCenterV1OrgTreeList\";\r\nimport request from \"@giime/api/basic/request\";\r\n\r\n/**\r\n * 部门列表\r\n * /userCenter/v1/org/tree/list\r\n */\r\nexport function usePostUserCenterV1OrgTreeList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostUserCenterV1OrgTreeListResult>>) {\r\n const useAxiosReturn = useAxios<DeepRequired<PostUserCenterV1OrgTreeListResult>>(\r\n '/userCenter/v1/org/tree/list',\r\n { method: 'post', ...config },\r\n request,\r\n { immediate: false, ...options }\r\n )\r\n\r\n function exec(input?: PostUserCenterV1OrgTreeListInput, axiosConfig?: AxiosRequestConfig) {\r\n return useAxiosReturn.execute({ data: input, ...axiosConfig });\r\n }\r\n return { ...useAxiosReturn, exec };\r\n}\r\n"],"names":["request"],"mappings":";;;AAUgB,SAAA,8BAAA,CAA+B,QAA6B,OAA4E,EAAA;AACpJ,EAAA,MAAM,cAAiB,GAAA,QAAA;AAAA,IACnB,8BAAA;AAAA,IACA,EAAE,MAAA,EAAQ,MAAQ,EAAA,GAAG,MAAO,EAAA;AAAA,IAC5BA,OAAA;AAAA,IACA,EAAE,SAAA,EAAW,KAAO,EAAA,GAAG,OAAQ,EAAA;AAAA,GACnC,CAAA;AAEA,EAAS,SAAA,IAAA,CAAK,OAA0C,WAAkC,EAAA;AACtF,IAAA,OAAO,eAAe,OAAQ,CAAA,EAAE,MAAM,KAAO,EAAA,GAAG,aAAa,CAAA,CAAA;AAAA,GACjE;AACA,EAAO,OAAA,EAAE,GAAG,cAAA,EAAgB,IAAK,EAAA,CAAA;AACrC;;;;"}
@@ -1,12 +1,12 @@
1
1
  import { type UseAxiosOptions } from "@vueuse/integrations/useAxios";
2
2
  import { type AxiosRequestConfig } from "axios";
3
3
  import { type DeepRequired } from "../../interface";
4
- import { type PostBasicV1RoleListResult } from "./postBasicV1RoleList";
4
+ import { type PostUserCenterV1RoleListResult } from "./postUserCenterV1RoleList";
5
5
  /**
6
6
  * 角色列表
7
- * /basic/v1/role/list
7
+ * /userCenter/v1/role/list
8
8
  */
9
- export declare function usePostBasicV1RoleList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostBasicV1RoleListResult>>): {
9
+ export declare function usePostUserCenterV1RoleList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostUserCenterV1RoleListResult>>): {
10
10
  exec: (axiosConfig?: AxiosRequestConfig) => Promise<import("@vueuse/integrations/useAxios").StrictUseAxiosReturn<{
11
11
  code: number;
12
12
  msg: string;
@@ -1,9 +1,9 @@
1
1
  import { useAxios } from '@vueuse/integrations/useAxios';
2
2
  import service from '../../request.mjs';
3
3
 
4
- function usePostBasicV1OrgList(config, options) {
4
+ function usePostUserCenterV1RoleList(config, options) {
5
5
  const useAxiosReturn = useAxios(
6
- "/basic/v1/org/list",
6
+ "/userCenter/v1/role/list",
7
7
  { method: "post", ...config },
8
8
  service,
9
9
  { immediate: false, ...options }
@@ -14,5 +14,5 @@ function usePostBasicV1OrgList(config, options) {
14
14
  return { ...useAxiosReturn, exec };
15
15
  }
16
16
 
17
- export { usePostBasicV1OrgList };
18
- //# sourceMappingURL=usePostBasicV1OrgList.mjs.map
17
+ export { usePostUserCenterV1RoleList };
18
+ //# sourceMappingURL=usePostUserCenterV1RoleList.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"usePostUserCenterV1RoleList.mjs","sources":["../../../../../../../packages/api/basic/controller/default/usePostUserCenterV1RoleList.ts"],"sourcesContent":["import { type UseAxiosOptions, useAxios } from \"@vueuse/integrations/useAxios\";\r\nimport { type AxiosRequestConfig } from \"axios\";\r\nimport { type DeepRequired } from \"../../interface\";\r\nimport { type PostUserCenterV1RoleListResult } from \"./postUserCenterV1RoleList\";\r\nimport request from \"@giime/api/basic/request\";\r\n\r\n/**\r\n * 角色列表\r\n * /userCenter/v1/role/list\r\n */\r\nexport function usePostUserCenterV1RoleList(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<PostUserCenterV1RoleListResult>>) {\r\n const useAxiosReturn = useAxios<DeepRequired<PostUserCenterV1RoleListResult>>(\r\n '/userCenter/v1/role/list',\r\n { method: 'post', ...config },\r\n request,\r\n { immediate: false, ...options }\r\n )\r\n\r\n function exec(axiosConfig?: AxiosRequestConfig) {\r\n return useAxiosReturn.execute(axiosConfig);\r\n }\r\n return { ...useAxiosReturn, exec };\r\n}\r\n"],"names":["request"],"mappings":";;;AAUgB,SAAA,2BAAA,CAA4B,QAA6B,OAAyE,EAAA;AAC9I,EAAA,MAAM,cAAiB,GAAA,QAAA;AAAA,IACnB,0BAAA;AAAA,IACA,EAAE,MAAA,EAAQ,MAAQ,EAAA,GAAG,MAAO,EAAA;AAAA,IAC5BA,OAAA;AAAA,IACA,EAAE,SAAA,EAAW,KAAO,EAAA,GAAG,OAAQ,EAAA;AAAA,GACnC,CAAA;AAEA,EAAA,SAAS,KAAK,WAAkC,EAAA;AAC5C,IAAO,OAAA,cAAA,CAAe,QAAQ,WAAW,CAAA,CAAA;AAAA,GAC7C;AACA,EAAO,OAAA,EAAE,GAAG,cAAA,EAAgB,IAAK,EAAA,CAAA;AACrC;;;;"}
@@ -1,28 +1,28 @@
1
1
  import './default/index.mjs';
2
- export { postBasicV1CurrencyList } from './default/postBasicV1CurrencyList.mjs';
3
- export { usePostBasicV1CurrencyList } from './default/usePostBasicV1CurrencyList.mjs';
4
- export { postBasicV1OrgList } from './default/postBasicV1OrgList.mjs';
5
- export { usePostBasicV1OrgList } from './default/usePostBasicV1OrgList.mjs';
6
- export { postBasicV1AreaList } from './default/postBasicV1AreaList.mjs';
7
- export { usePostBasicV1AreaList } from './default/usePostBasicV1AreaList.mjs';
8
- export { postBasicV1CountryList } from './default/postBasicV1CountryList.mjs';
9
- export { usePostBasicV1CountryList } from './default/usePostBasicV1CountryList.mjs';
10
- export { postBasicV1RoleList } from './default/postBasicV1RoleList.mjs';
11
- export { usePostBasicV1RoleList } from './default/usePostBasicV1RoleList.mjs';
12
- export { postBasicV1EmployeeList } from './default/postBasicV1EmployeeList.mjs';
13
- export { usePostBasicV1EmployeeList } from './default/usePostBasicV1EmployeeList.mjs';
14
- export { postBasicV1SalesList } from './default/postBasicV1SalesList.mjs';
15
- export { usePostBasicV1SalesList } from './default/usePostBasicV1SalesList.mjs';
16
- export { postBasicV1CategoryList } from './default/postBasicV1CategoryList.mjs';
17
- export { usePostBasicV1CategoryList } from './default/usePostBasicV1CategoryList.mjs';
18
- export { postBasicV1MenuList } from './default/postBasicV1MenuList.mjs';
19
- export { usePostBasicV1MenuList } from './default/usePostBasicV1MenuList.mjs';
20
- export { postBasicV1OrgTreeList } from './default/postBasicV1OrgTreeList.mjs';
21
- export { usePostBasicV1OrgTreeList } from './default/usePostBasicV1OrgTreeList.mjs';
22
- export { postBasicV1SystemList } from './default/postBasicV1SystemList.mjs';
23
- export { usePostBasicV1SystemList } from './default/usePostBasicV1SystemList.mjs';
24
- export { postBasicV1ProductList } from './default/postBasicV1ProductList.mjs';
25
- export { usePostBasicV1ProductList } from './default/usePostBasicV1ProductList.mjs';
26
- export { postBasicV1ExchangeRateList } from './default/postBasicV1ExchangeRateList.mjs';
27
- export { usePostBasicV1ExchangeRateList } from './default/usePostBasicV1ExchangeRateList.mjs';
2
+ export { postCommonV1CurrencyList } from './default/postCommonV1CurrencyList.mjs';
3
+ export { usePostCommonV1CurrencyList } from './default/usePostCommonV1CurrencyList.mjs';
4
+ export { postUserCenterV1OrgList } from './default/postUserCenterV1OrgList.mjs';
5
+ export { usePostUserCenterV1OrgList } from './default/usePostUserCenterV1OrgList.mjs';
6
+ export { postUserCenterV1AreaList } from './default/postUserCenterV1AreaList.mjs';
7
+ export { usePostUserCenterV1AreaList } from './default/usePostUserCenterV1AreaList.mjs';
8
+ export { postCommonV1CountryList } from './default/postCommonV1CountryList.mjs';
9
+ export { usePostCommonV1CountryList } from './default/usePostCommonV1CountryList.mjs';
10
+ export { postUserCenterV1RoleList } from './default/postUserCenterV1RoleList.mjs';
11
+ export { usePostUserCenterV1RoleList } from './default/usePostUserCenterV1RoleList.mjs';
12
+ export { postUserCenterV1EmployeeList } from './default/postUserCenterV1EmployeeList.mjs';
13
+ export { usePostUserCenterV1EmployeeList } from './default/usePostUserCenterV1EmployeeList.mjs';
14
+ export { postProductV1SalesList } from './default/postProductV1SalesList.mjs';
15
+ export { usePostProductV1SalesList } from './default/usePostProductV1SalesList.mjs';
16
+ export { postProductV1CategoryList } from './default/postProductV1CategoryList.mjs';
17
+ export { usePostProductV1CategoryList } from './default/usePostProductV1CategoryList.mjs';
18
+ export { postUserCenterV1MenuList } from './default/postUserCenterV1MenuList.mjs';
19
+ export { usePostUserCenterV1MenuList } from './default/usePostUserCenterV1MenuList.mjs';
20
+ export { postUserCenterV1OrgTreeList } from './default/postUserCenterV1OrgTreeList.mjs';
21
+ export { usePostUserCenterV1OrgTreeList } from './default/usePostUserCenterV1OrgTreeList.mjs';
22
+ export { postCommonV1SystemList } from './default/postCommonV1SystemList.mjs';
23
+ export { usePostCommonV1SystemList } from './default/usePostCommonV1SystemList.mjs';
24
+ export { postProductV1ProductList } from './default/postProductV1ProductList.mjs';
25
+ export { usePostProductV1ProductList } from './default/usePostProductV1ProductList.mjs';
26
+ export { postCommonV1ExchangeRateList } from './default/postCommonV1ExchangeRateList.mjs';
27
+ export { usePostCommonV1ExchangeRateList } from './default/usePostCommonV1ExchangeRateList.mjs';
28
28
  //# sourceMappingURL=index.mjs.map
@@ -1,28 +1,28 @@
1
1
  import './controller/index.mjs';
2
- export { postBasicV1CurrencyList } from './controller/default/postBasicV1CurrencyList.mjs';
3
- export { usePostBasicV1CurrencyList } from './controller/default/usePostBasicV1CurrencyList.mjs';
4
- export { postBasicV1OrgList } from './controller/default/postBasicV1OrgList.mjs';
5
- export { usePostBasicV1OrgList } from './controller/default/usePostBasicV1OrgList.mjs';
6
- export { postBasicV1AreaList } from './controller/default/postBasicV1AreaList.mjs';
7
- export { usePostBasicV1AreaList } from './controller/default/usePostBasicV1AreaList.mjs';
8
- export { postBasicV1CountryList } from './controller/default/postBasicV1CountryList.mjs';
9
- export { usePostBasicV1CountryList } from './controller/default/usePostBasicV1CountryList.mjs';
10
- export { postBasicV1RoleList } from './controller/default/postBasicV1RoleList.mjs';
11
- export { usePostBasicV1RoleList } from './controller/default/usePostBasicV1RoleList.mjs';
12
- export { postBasicV1EmployeeList } from './controller/default/postBasicV1EmployeeList.mjs';
13
- export { usePostBasicV1EmployeeList } from './controller/default/usePostBasicV1EmployeeList.mjs';
14
- export { postBasicV1SalesList } from './controller/default/postBasicV1SalesList.mjs';
15
- export { usePostBasicV1SalesList } from './controller/default/usePostBasicV1SalesList.mjs';
16
- export { postBasicV1CategoryList } from './controller/default/postBasicV1CategoryList.mjs';
17
- export { usePostBasicV1CategoryList } from './controller/default/usePostBasicV1CategoryList.mjs';
18
- export { postBasicV1MenuList } from './controller/default/postBasicV1MenuList.mjs';
19
- export { usePostBasicV1MenuList } from './controller/default/usePostBasicV1MenuList.mjs';
20
- export { postBasicV1OrgTreeList } from './controller/default/postBasicV1OrgTreeList.mjs';
21
- export { usePostBasicV1OrgTreeList } from './controller/default/usePostBasicV1OrgTreeList.mjs';
22
- export { postBasicV1SystemList } from './controller/default/postBasicV1SystemList.mjs';
23
- export { usePostBasicV1SystemList } from './controller/default/usePostBasicV1SystemList.mjs';
24
- export { postBasicV1ProductList } from './controller/default/postBasicV1ProductList.mjs';
25
- export { usePostBasicV1ProductList } from './controller/default/usePostBasicV1ProductList.mjs';
26
- export { postBasicV1ExchangeRateList } from './controller/default/postBasicV1ExchangeRateList.mjs';
27
- export { usePostBasicV1ExchangeRateList } from './controller/default/usePostBasicV1ExchangeRateList.mjs';
2
+ export { postCommonV1CurrencyList } from './controller/default/postCommonV1CurrencyList.mjs';
3
+ export { usePostCommonV1CurrencyList } from './controller/default/usePostCommonV1CurrencyList.mjs';
4
+ export { postUserCenterV1OrgList } from './controller/default/postUserCenterV1OrgList.mjs';
5
+ export { usePostUserCenterV1OrgList } from './controller/default/usePostUserCenterV1OrgList.mjs';
6
+ export { postUserCenterV1AreaList } from './controller/default/postUserCenterV1AreaList.mjs';
7
+ export { usePostUserCenterV1AreaList } from './controller/default/usePostUserCenterV1AreaList.mjs';
8
+ export { postCommonV1CountryList } from './controller/default/postCommonV1CountryList.mjs';
9
+ export { usePostCommonV1CountryList } from './controller/default/usePostCommonV1CountryList.mjs';
10
+ export { postUserCenterV1RoleList } from './controller/default/postUserCenterV1RoleList.mjs';
11
+ export { usePostUserCenterV1RoleList } from './controller/default/usePostUserCenterV1RoleList.mjs';
12
+ export { postUserCenterV1EmployeeList } from './controller/default/postUserCenterV1EmployeeList.mjs';
13
+ export { usePostUserCenterV1EmployeeList } from './controller/default/usePostUserCenterV1EmployeeList.mjs';
14
+ export { postProductV1SalesList } from './controller/default/postProductV1SalesList.mjs';
15
+ export { usePostProductV1SalesList } from './controller/default/usePostProductV1SalesList.mjs';
16
+ export { postProductV1CategoryList } from './controller/default/postProductV1CategoryList.mjs';
17
+ export { usePostProductV1CategoryList } from './controller/default/usePostProductV1CategoryList.mjs';
18
+ export { postUserCenterV1MenuList } from './controller/default/postUserCenterV1MenuList.mjs';
19
+ export { usePostUserCenterV1MenuList } from './controller/default/usePostUserCenterV1MenuList.mjs';
20
+ export { postUserCenterV1OrgTreeList } from './controller/default/postUserCenterV1OrgTreeList.mjs';
21
+ export { usePostUserCenterV1OrgTreeList } from './controller/default/usePostUserCenterV1OrgTreeList.mjs';
22
+ export { postCommonV1SystemList } from './controller/default/postCommonV1SystemList.mjs';
23
+ export { usePostCommonV1SystemList } from './controller/default/usePostCommonV1SystemList.mjs';
24
+ export { postProductV1ProductList } from './controller/default/postProductV1ProductList.mjs';
25
+ export { usePostProductV1ProductList } from './controller/default/usePostProductV1ProductList.mjs';
26
+ export { postCommonV1ExchangeRateList } from './controller/default/postCommonV1ExchangeRateList.mjs';
27
+ export { usePostCommonV1ExchangeRateList } from './controller/default/usePostCommonV1ExchangeRateList.mjs';
28
28
  //# sourceMappingURL=index.mjs.map
@@ -5,8 +5,8 @@ import { resetBaseURLInterceptorsRequest } from '../utils/resetAxiosBaseUrl.mjs'
5
5
 
6
6
  const viteModes = [
7
7
  { mode: "development", url: "/basic-api" },
8
- { mode: "production", url: "" },
9
- { mode: "test", url: "http://192.168.4.171:9501/" }
8
+ { mode: "production", url: "https://manage.giikin.com/basic" },
9
+ { mode: "test", url: "http://dev-gateway.giikin.com/basic" }
10
10
  ];
11
11
  const baseUrlEnvKey = "VITE_GIIME_BASIC_API";
12
12
  const { service } = createAxios({
@@ -1 +1 @@
1
- {"version":3,"file":"request.mjs","sources":["../../../../../packages/api/basic/request.ts"],"sourcesContent":["import { createAxios } from '@giime/utils';\r\nimport { resetBaseURLInterceptorsRequest } from '../utils';\r\n\r\nconst viteModes = [\r\n { mode: 'development', url: '/basic-api' },\r\n { mode: 'production', url: '' },\r\n { mode: 'test', url: 'http://192.168.4.171:9501/' },\r\n];\r\nconst baseUrlEnvKey = 'VITE_GIIME_BASIC_API';\r\n\r\nconst { service } = createAxios({\r\n baseURL: '',\r\n successCode: 200,\r\n});\r\n// 添加重置请求的baseURL 请求拦截器\r\nresetBaseURLInterceptorsRequest(service, { baseUrlEnvKey, viteModes });\r\n\r\nexport default service;\r\n"],"names":[],"mappings":";;;;;AAGA,MAAM,SAAY,GAAA;AAAA,EAChB,EAAE,IAAA,EAAM,aAAe,EAAA,GAAA,EAAK,YAAa,EAAA;AAAA,EACzC,EAAE,IAAA,EAAM,YAAc,EAAA,GAAA,EAAK,EAAG,EAAA;AAAA,EAC9B,EAAE,IAAA,EAAM,MAAQ,EAAA,GAAA,EAAK,4BAA6B,EAAA;AACpD,CAAA,CAAA;AACA,MAAM,aAAgB,GAAA,sBAAA,CAAA;AAEhB,MAAA,EAAE,OAAQ,EAAA,GAAI,WAAY,CAAA;AAAA,EAC9B,OAAS,EAAA,EAAA;AAAA,EACT,WAAa,EAAA,GAAA;AACf,CAAC,EAAA;AAED,+BAAA,CAAgC,OAAS,EAAA,EAAE,aAAe,EAAA,SAAA,EAAW,CAAA;;;;"}
1
+ {"version":3,"file":"request.mjs","sources":["../../../../../packages/api/basic/request.ts"],"sourcesContent":["import { createAxios } from '@giime/utils';\r\nimport { resetBaseURLInterceptorsRequest } from '../utils';\r\n\r\nconst viteModes = [\r\n { mode: 'development', url: '/basic-api' },\r\n { mode: 'production', url: 'https://manage.giikin.com/basic' },\r\n { mode: 'test', url: 'http://dev-gateway.giikin.com/basic' },\r\n];\r\nconst baseUrlEnvKey = 'VITE_GIIME_BASIC_API';\r\n\r\nconst { service } = createAxios({\r\n baseURL: '',\r\n successCode: 200,\r\n});\r\n// 添加重置请求的baseURL 请求拦截器\r\nresetBaseURLInterceptorsRequest(service, { baseUrlEnvKey, viteModes });\r\n\r\nexport default service;\r\n"],"names":[],"mappings":";;;;;AAGA,MAAM,SAAY,GAAA;AAAA,EAChB,EAAE,IAAA,EAAM,aAAe,EAAA,GAAA,EAAK,YAAa,EAAA;AAAA,EACzC,EAAE,IAAA,EAAM,YAAc,EAAA,GAAA,EAAK,iCAAkC,EAAA;AAAA,EAC7D,EAAE,IAAA,EAAM,MAAQ,EAAA,GAAA,EAAK,qCAAsC,EAAA;AAC7D,CAAA,CAAA;AACA,MAAM,aAAgB,GAAA,sBAAA,CAAA;AAEhB,MAAA,EAAE,OAAQ,EAAA,GAAI,WAAY,CAAA;AAAA,EAC9B,OAAS,EAAA,EAAA;AAAA,EACT,WAAa,EAAA,GAAA;AACf,CAAC,EAAA;AAED,+BAAA,CAAgC,OAAS,EAAA,EAAE,aAAe,EAAA,SAAA,EAAW,CAAA;;;;"}