update 修改接口路径与cloud版本保持一致
This commit is contained in:
@@ -4,7 +4,7 @@ import { MessageBoxVO } from './types';
|
|||||||
|
|
||||||
export function getMessageBox(): AxiosPromise<MessageBoxVO> {
|
export function getMessageBox(): AxiosPromise<MessageBoxVO> {
|
||||||
return request({
|
return request({
|
||||||
url: '/system/message/box',
|
url: '/resource/message/box',
|
||||||
method: 'get'
|
method: 'get'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user