1
QYF-GitLab1
2024-07-18 587d25c4a1d1a5d240e7750aa0c043a702a737d5
src/static/tool.js
@@ -1,6 +1,4 @@
import {
   baseUrl,
} from "../utils/request/req1"
import { baseUrl } from "../utils/request/req1";
export const getImg = (path) => {
   return baseUrl + "/picture/getImageByFilePath?filePath=" + path
}
  return baseUrl + "/picture/getImageByFilePath?filePath=" + path;
};