工程信息管理添加删除功能
This commit is contained in:
@@ -53,7 +53,7 @@ export const getCurrentRoutePath = () => {
|
||||
* @param domain 指定域名
|
||||
*/
|
||||
export const fullUrl = (relativeUrl: string, domain = '') => {
|
||||
return domain + '/api/system-boot/image/toStream?bgImage=' + relativeUrl
|
||||
return domain + '/api/system-boot/file/download?filePath=' + relativeUrl
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user