From 845b848b60cd2356d9cf3b9d13c51595babaf72c Mon Sep 17 00:00:00 2001 From: 玲娜贝er <15891557205@163.com> Date: 星期三, 27 十一月 2024 15:39:34 +0800 Subject: [PATCH] !159 eslint升级v9版本 * update: eslint升级v9版本 & 更新一些不符合校验规则的代码 --- src/api/monitor/online/index.ts | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/monitor/online/index.ts b/src/api/monitor/online/index.ts index 7484702..5b3221c 100644 --- a/src/api/monitor/online/index.ts +++ b/src/api/monitor/online/index.ts @@ -30,7 +30,7 @@ // 鍒犻櫎褰撳墠鍦ㄧ嚎璁惧 export function delOnline(tokenId: string) { return request({ - url: '/monitor/online/' + tokenId, - method: 'post' + url: '/monitor/online/myself/' + tokenId, + method: 'delete' }); } -- Gitblit v1.9.3