yangys
2024-01-13 f466ae4fdc645c66c9f25e2e4598b9809e2b41af
src/api/Api.js
@@ -1,7 +1,7 @@
/*
 * @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'
@@ -33,7 +33,42 @@
        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 = {