mirror of
https://gitcode.com/flipped-aurora/gin-vue-admin.git
synced 2026-05-18 05:07:50 +00:00
增加自动化富文本组件
This commit is contained in:
@@ -91,5 +91,5 @@ export default class ImageCompress {
|
||||
}
|
||||
}
|
||||
|
||||
const path = import.meta.env.VITE_BASE_API + '/'
|
||||
const path = import.meta.env.VITE_FILE_API + '/'
|
||||
export const getUrl = (url) => url && url.slice(0, 4) !== 'http' ? path + url : url
|
||||
|
||||
Reference in New Issue
Block a user