diff --git a/src/api/index.ts b/src/api/index.ts index b1d3576a..f8df808d 100644 --- a/src/api/index.ts +++ b/src/api/index.ts @@ -73,7 +73,7 @@ export async function getServerTime() { */ export function getSysConf() { return request({ - url: `/sysConf`, + url: `/sys-conf`, method: 'get', }); }