This commit is contained in:
lai
2023-10-27 11:05:47 +08:00
6 changed files with 14 additions and 16 deletions

View File

@@ -73,7 +73,7 @@ export async function getServerTime() {
*/
export function getSysConf() {
return request({
url: `/sysConf`,
url: `/sys-conf`,
method: 'get',
});
}