| | |
| | | /* |
| | | * @Date: 2024-01-10 20:37:45 |
| | | * @LastEditors: Sneed |
| | | * @LastEditTime: 2024-01-13 10:48:47 |
| | | * @LastEditTime: 2024-01-13 21:27:18 |
| | | * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/api/Api.js |
| | | */ |
| | | import ajax from '@/utils/ajax' |
| | |
| | | deviceTypeQuery: { |
| | | url: '/devicetype/pageQuery', |
| | | method: 'POST' |
| | | }, |
| | | maintainCreate: { |
| | | url: '/maintain/save', |
| | | method: 'POST' |
| | | }, |
| | | maintainUpdate: { |
| | | url: '/maintain/update', |
| | | method: 'POST' |
| | | }, |
| | | maintaindelete: { |
| | | url: '/devicetype/delete', |
| | | method: 'POST' |
| | | }, |
| | | deviceTypeQuery: { |
| | | url: '/devicetype/pageQuery', |
| | | method: 'POST' |
| | | }, |
| | | deviceTypeCreate: { |
| | | url: '/devicetype/save', |
| | | method: 'POST' |
| | | }, |
| | | deviceTypeUpdate: { |
| | | url: '/devicetype/update', |
| | | method: 'POST' |
| | | }, |
| | | deviceTypeDel: { |
| | | url: '/devicetype/delete', |
| | | method: 'POST' |
| | | }, |
| | | machineList: { |
| | | url: '/machine/list', |
| | | method: 'POST' |
| | | }, |
| | | machineConcern: { |
| | | url: '/machine/concern', |
| | | method: 'POST' |
| | | } |
| | | |
| | | } |
| | | // 正式环境配置地址 |
| | | export const URL_CFG = { |