gaosp
2024-01-17 c4705bdf860ec458ec84601f36821441beb7674c
src/api/Api.js
@@ -1,7 +1,7 @@
/*
 * @Date: 2024-01-10 20:37:45
 * @LastEditors: Sneed
 * @LastEditTime: 2024-01-17 00:00:54
 * @LastEditTime: 2024-01-17 22:48:20
 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/api/Api.js
 */
import ajax from '@/utils/ajax'
@@ -22,6 +22,10 @@
    getPcl: '/machine/protocolList'
}
const getFnObj = {
    login: {
        url: '/user/login',
        method: 'POST'
    },
    accountQuery: {
        url: '/account/remainings',
        method: 'GET'