fix
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user