展品维保小程序前端代码接口
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.

22 lines
328 B

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