util.js 301 B

123456789101112131415
  1. /**
  2. * 所有Util先导入这里,再导出
  3. */
  4. export * from "./validateUtil"
  5. export * from "./dataUtil"
  6. export * from "./userUtil.js"
  7. export * from './transformUtil.js'
  8. export * from './modalUtil.js'
  9. export * from './imageUrls.js'
  10. export * from './math.js'
  11. export const LONG_SCREEN_HEIGHT = 720