2 changed files with 26 additions and 0 deletions
@ -0,0 +1,11 @@ |
|||
import { axios } from '@/utils/request' |
|||
|
|||
// 系统配置信息
|
|||
export function Sysinfo(host){ |
|||
axios.baseURL =host |
|||
return axios({ |
|||
url: '/sysinfo', |
|||
method: 'get' |
|||
}) |
|||
|
|||
} |
|||
Loading…
Reference in new issue