From ab0ba0da5856458749609d4df3fec44aa7ce18ed Mon Sep 17 00:00:00 2001
From: 杨磊 <505174330@qq.com>
Date: 星期三, 12 六月 2024 16:14:54 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/TCM_CharacterLibrary

---
 src/static/tool.js |   12 +++---------
 1 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/src/static/tool.js b/src/static/tool.js
index 29d6ab0..853a204 100644
--- a/src/static/tool.js
+++ b/src/static/tool.js
@@ -1,10 +1,4 @@
-import {
-	baseUrl,
-} from "../utils/request/req1"
+import { baseUrl } from "../utils/request/req1";
 export const getImg = (path) => {
-	return baseUrl + "/picture/getImageByFilePath?filePath=" + path
-}
-
-export const getFile = (path) => {
-	return baseUrl + "/file/getFileByFilePath?filePath=" + path
-}
\ No newline at end of file
+  return baseUrl + "/picture/getImageByFilePath?filePath=" + path;
+};

--
Gitblit v1.9.1