优化项目

This commit is contained in:
不做码农
2021-12-01 21:50:38 +08:00
parent f0569f43f8
commit 1b32e3ba6b
3 changed files with 8 additions and 36 deletions

View File

@@ -16,7 +16,7 @@ export function upload(data) {
*/
export function sendEmail(data) {
return request({
url: '/home/SendEmail',
url: '/common/SendEmail',
method: 'POST',
data: data,
})