修改浙江无线测试用例bug
This commit is contained in:
@@ -150,3 +150,11 @@ export const getAllUserSimpleList = () => {
|
||||
method: 'GET'
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
export const getSysConfig =()=> {
|
||||
return request({
|
||||
url: "/system-boot/config/getSysConfig",
|
||||
method: "get",
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user