GuLiMmo
2024-01-24 f33f36282c9a7aa541fb60c1e2184cd4ac2c8071
src/utils/common.ts
@@ -10,3 +10,7 @@
  lable.click()
  URL.revokeObjectURL(lable.href)
}
export const requireImg = (imgPath: string) => {
  return new URL(`../assets/${imgPath}`, import.meta.url).href
}