update 修改接口路径与cloud版本保持一致

This commit is contained in:
疯狂的狮子Li
2026-03-27 18:26:37 +08:00
parent 87c09d0917
commit 7f99bbf889
+1 -1
View File
@@ -4,7 +4,7 @@ import { MessageBoxVO } from './types';
export function getMessageBox(): AxiosPromise<MessageBoxVO> {
return request({
url: '/system/message/box',
url: '/resource/message/box',
method: 'get'
});
}