写死注销传参

This commit is contained in:
Dragon
2023-08-03 14:47:59 +08:00
parent d4edc4d7f9
commit 04ec4e1213

View File

@@ -56,7 +56,8 @@ const confirmLogout = (text) => {
type: 'POST',
url: urlPrefix + '/user/cancel/users',
data: {
confirmTxt : text
// confirmTxt : text
confirmTxt : '我已知晓并确认账号注销',
},
success(res) {
if (res.code === 200) {