田源
2024-01-30 e6c0ec6b73806f5eadce5090d59fedac4339bb2e
1
2
3
4
5
6
7
8
9
10
import request from '@/router/axios';
 
export const getApplications = () => {
  return request({
    // headers: {'Accept': 'application/json'},
    // url: '/api/ubcs-admin/applications',
    url: '/api/ubcs-deploy/deploy/applications',
    method: 'get',
  })
}