提交后台前端基础框架
This commit is contained in:
5
Backend/src/api/server.js
Normal file
5
Backend/src/api/server.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import { post } from '@/utils/request'
|
||||
|
||||
export const ServerIndex = data => {
|
||||
return post('/manage/server/index', data)
|
||||
}
|
||||
Reference in New Issue
Block a user