This commit is contained in:
李志鹏
2026-01-15 17:15:05 +08:00
parent 28b6153ab0
commit 7101daeb90
8 changed files with 68 additions and 17 deletions

View File

@@ -440,7 +440,10 @@ export const Https = {
getHistoryNotification: `/api/message/getHistoryNotification`, //获取历史消息
oneClickRead: `/api/message/oneClickRead`, //全部设为已读
personalHomepage: `/api/account/personalHomepage`, //获取个人主页信息
refreshMinioUrl: `/api/third/party/refreshMinioUrl` //获取可以使用的minio地址
refreshMinioUrl: `/api/third/party/refreshMinioUrl`, //获取可以使用的minio地址
// 画布
segAnything: `/api/python/segAnything`,//分割Anything
},
axiosGet(url, config) {