import { http } from '@/http/http' /** * 获取字典数据 */ export function getCode() { return http.get('/staff/ebikeDicValue/list') }