首页和评估教育建议

This commit is contained in:
zhanglipeng
2020-11-30 16:20:21 +08:00
parent 3ebc280a25
commit 6eb980e5a3
6 changed files with 134 additions and 92 deletions

View File

@ -0,0 +1,9 @@
import request from '@/utils/request'
// 查询信息
export function info() {
return request({
url: '/system/home/info',
method: 'get',
})
}