jxdnsong
2022-10-25 bf5ba56e8a82f0ef699f2eae413d0dc2c4e4f67d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * @Author: Morpheus
 * @Date: 2021-05-09 15:17:44
 * @Last Modified by: Morpheus
 * @Last Modified time: 2022-01-13 10:08:11
 */
// 校园
import request from '@/router/axios'
 
export const getWelcome = (params) => {
    return request({
        url: 'blade-hd/hd/detail',
        method: 'get',
        params: params
    })
}