fix: bug fixed

This commit is contained in:
engigu
2024-01-08 23:35:10 +08:00
parent 0726e6d26f
commit 7834de85c8
7 changed files with 32 additions and 25 deletions
@@ -112,6 +112,7 @@ export default defineComponent({
const rsp = await request.post('/sendways/add', postData);
if (await rsp.data.code == 200) {
handleCancer();
window.location.reload();
}
}