龚焕茏
2024-06-19 c20a16253461b9b9e8484d65e976fbf705748f6c
1
2
3
4
5
import { post } from '@/utils/request'
 
export default {
  index: () => post('/api/admin/dashboard/index')
}