Lou
2024-03-27 d8c9a15cf5a7d69dedb42dadb64fbbf197d7ddcd
1
2
3
4
5
6
7
8
9
10
import http from '@/http/api.js'
 
//修改密码
export const logAdd = (params) => {
    return http.request({
        url: '/api/blade-sm/log/logManage/add',
        method: 'POST',
        data: params
    })
}