From 0c9d207ed4f57ae296ed3cff05a54b95384050f3 Mon Sep 17 00:00:00 2001 From: elf <360197197@qq.com> Date: Thu, 21 Dec 2023 21:38:34 +0800 Subject: [PATCH] yh --- public/account.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/account.html b/public/account.html index 2682979..9fb8c85 100644 --- a/public/account.html +++ b/public/account.html @@ -103,7 +103,7 @@ console.log('submit!'); }, openAccount() { - axios.post('/account/pen-account', {token: window.sessionStorage.getItem('token')}) + axios.post('/account/open-account', {token: window.sessionStorage.getItem('token')}) .then( (response) => { console.log(response); let result = response.data