mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-09-17 01:49:57 +08:00
9 lines
149 B
JavaScript
9 lines
149 B
JavaScript
import request from "@/utils/request";
|
|
|
|
export function getNoticeList() {
|
|
return request({
|
|
url: "/notice/getList",
|
|
method: "post",
|
|
});
|
|
}
|