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

20 lines
274 B

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