From d3990a37a0cdcbca0a5cf68f6faacc9e9143dec2 Mon Sep 17 00:00:00 2001
From: gaoshp <291585735@qq.com>
Date: 星期六, 13 四月 2024 21:12:59 +0800
Subject: [PATCH] 组件维护

---
 src/api/model/common.js |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/src/api/model/common.js b/src/api/model/common.js
index 47c5b0f..35de0e9 100644
--- a/src/api/model/common.js
+++ b/src/api/model/common.js
@@ -1,9 +1,15 @@
+/*
+ * @Date: 2024-03-23 09:49:06
+ * @LastEditors: Sneed
+ * @LastEditTime: 2024-04-13 20:14:23
+ * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/api/model/common.js
+ */
 import config from "@/config"
 import http from "@/utils/request"
 
 export default {
 	upload: {
-		url: `${config.API_URL}/upload`,
+		url: `${config.API_URL}/blade-visual/visual/put-file`,
 		name: "鏂囦欢涓婁紶",
 		post: async function(data, config={}){
 			return await http.post(this.url, data, config);

--
Gitblit v1.9.3