From cab6ab717f0f799c86cc7cb6aefbb73640208cd0 Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期二, 14 十一月 2023 16:40:43 +0800
Subject: [PATCH] 查看页面编辑产品时图片无法修改

---
 src/api/common/other.js |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/src/api/common/other.js b/src/api/common/other.js
index 733ab2b..9a97585 100644
--- a/src/api/common/other.js
+++ b/src/api/common/other.js
@@ -1,5 +1,5 @@
 // import request from "@/common/untils/request.js"
-import request from "@/common/untils/request";
+import request from "@/common/untils/request"
 
 // 鏌ヨ鍏徃鍒楄〃
 export const getCompanyList = (data) => {
@@ -9,3 +9,12 @@
     params: data
   })
 }
+
+// 涓婁紶闄勪欢
+export const uploadFiles = (data) => {
+  return request({
+    url: "/api-wms/v1/attachment/uploadFiles",
+    method: "post",
+    data
+  })
+}

--
Gitblit v1.8.0