Commit 1c8f9f80 authored by 姬鋆屾's avatar 姬鋆屾

feat:修改上传附件接口

parent 5777b2bb
...@@ -107,7 +107,7 @@ export default { ...@@ -107,7 +107,7 @@ export default {
}, },
action: { action: {
type: String, type: String,
default: "/base/file/commonupload", default: "/basic_api/base/file/commonupload",
}, },
}, },
......
...@@ -8,7 +8,7 @@ module.exports = { ...@@ -8,7 +8,7 @@ module.exports = {
logout: `${BASE_URL}/base/login/logout`, logout: `${BASE_URL}/base/login/logout`,
}, },
upload: { upload: {
file: `${BASE_URL}/base/file/commonupload`, file: `${BASE_URL}/basic_api/base/file/commonupload`,
}, },
// 模块 // 模块
model: { model: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment