四零语境前端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
346 B

1 month ago
1 month ago
1 month ago
  1. import {
  2. authorize,
  3. checkPhone,
  4. formatTime,
  5. calculateDateDifference,
  6. wxPay
  7. } from '@/utils/common'
  8. import {
  9. uploadImage,
  10. chooseAndUpload,
  11. getFileExtension
  12. } from '@/utils/upload'
  13. export default {
  14. authorize,
  15. checkPhone,
  16. formatTime,
  17. calculateDateDifference,
  18. wxPay,
  19. uploadImage,
  20. chooseAndUpload,
  21. getFileExtension
  22. }