refactor(更新前端): 🔀 更新前端项目版本

This commit is contained in:
H0nGzA1
2023-02-13 01:32:27 +08:00
parent 4bd3dac4ac
commit 4a37ce3a4f
95 changed files with 654 additions and 14067 deletions

View File

@@ -76,10 +76,10 @@ const delayShow = () => {
};
// 页面加载时
onMounted(() => {
delayShow();
setTimeout(() => {
state.btnTxt = t('message.upgrade.btnTwo');
}, 200);
// delayShow();
// setTimeout(() => {
// state.btnTxt = t('message.upgrade.btnTwo');
// }, 200);
});
</script>