feat:更新上传图片和视频组件
This commit is contained in:
@@ -28,13 +28,9 @@ export const fileServiceUrl = '/home-api/file'
|
||||
*/
|
||||
export const serviceFileRootPath = '/home-api/'
|
||||
|
||||
export const AListPath = '/alist-api/'
|
||||
export const AListUrl = '/alist-api/'
|
||||
|
||||
export const compressOptions = {
|
||||
quality: 0.7,
|
||||
maxHeight: 800,
|
||||
maxWidth: 600
|
||||
}
|
||||
export const AListPath = import.meta.env.VITE_API_ALIST_PATH
|
||||
|
||||
/**
|
||||
* 获取assets静态资源
|
||||
|
||||
Reference in New Issue
Block a user