fix: 系统可暴露的配置信息接口
This commit is contained in:
@@ -73,7 +73,7 @@ export async function getServerTime() {
|
|||||||
*/
|
*/
|
||||||
export function getSysConf() {
|
export function getSysConf() {
|
||||||
return request({
|
return request({
|
||||||
url: `/sysConf`,
|
url: `/sys-conf`,
|
||||||
method: 'get',
|
method: 'get',
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user