From f6f9ebd75a12a2d2a8bb2bcdf5b5d2f0a9600104 Mon Sep 17 00:00:00 2001 From: mengyxu Date: Tue, 20 May 2025 10:43:15 +0800 Subject: [PATCH] Update archive.vue --- src/views/archive.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/archive.vue b/src/views/archive.vue index 81d96a4..3799996 100644 --- a/src/views/archive.vue +++ b/src/views/archive.vue @@ -82,7 +82,7 @@ const copyArchive = (archive) => { const uploadArchive = () => { API.getUser().then(user => { if (user) { - const palyer = state.playerAttribute.attribute; + const palyer = state.playerAttribute; const data = { version: archive_version, lv: palyer.lv, coins: palyer.coins, strengthenLv: strengthenLv.value, archive: archive.value } API.uploadArchive(data).then(rsp => rsp && showMenu()); } else {