fuliqi
2024-06-17 2a001b84b32b648e24e4c248442133219ceb8efb
1
2
3
4
5
import { post } from '@/utils/request'
 
export default {
  index: () => post('/api/admin/dashboard/index')
}