import { get } from '../utils/http' // 删除索引 export function get(params) { return get(`/demo`) }