1
YM
2024-06-05 f3e5b489e30a921c03ef8b97e1cd845b65ea5d9d
src/static/tool.js
@@ -3,4 +3,8 @@
} from "../utils/request/req1"
export const getImg = (path) => {
   return baseUrl + "/picture/getImageByFilePath?filePath=" + path
}
export const getFile = (path) => {
   return baseUrl + "/file/getFileByFilePath?filePath=" + path
}