round完成

This commit is contained in:
2023-06-28 21:02:31 +08:00
parent 1063053510
commit 67cb0df5b9
12 changed files with 198 additions and 35 deletions

View File

@@ -7,7 +7,7 @@ export default {
*/
getNoticeList(params = {}) {
return request({
url: "common/getNoticeList",
url: "system/getNoticeList",
method: "get",
params
})