dashboard
repositories
filestore
activity
search
login
main
/
expertSystem
应急管理厅专家管理系统
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
新增
马宇豪
2023-11-30
a64ff8a2a843228a9c85fcd096b3f2915193856f
[expertSystem.git]
/
src
/
api
/
backManage
/
notice.js
1
2
3
4
5
6
7
8
import request from '@/utils/request'
export function getNoticeList() {
return request({
url: 'api/system/notice/noticeList',
method: 'get'
})
}