mirror of
https://github.com/jekip/naive-ui-admin.git
synced 2026-02-23 06:32:27 +08:00
更新0.1.1版本
This commit is contained in:
11
src/api/dashboard/console.ts
Normal file
11
src/api/dashboard/console.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import http from '@/utils/http/axios'
|
||||
|
||||
//获取主控台信息
|
||||
export function getConsoleInfo() {
|
||||
return http.request(
|
||||
{
|
||||
url: '/dashboard/console',
|
||||
method: 'get'
|
||||
}
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user