mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-09-15 00:25:07 +08:00
update 修改接口路径与cloud版本保持一致
This commit is contained in:
parent
87c09d0917
commit
7f99bbf889
@ -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'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user