This commit is contained in:
Ls
2026-04-25 17:13:25 +08:00
19 changed files with 340 additions and 646 deletions

View File

@@ -97,5 +97,10 @@ MessageExtend.notifyList('primary', ['获取装备'])
definePageMeta({
layout: layout.empty
})
showNotify({ message: '提示' });
// await navigateTo('/auth/login', { replace: true })
onMounted(() => {
req();
alert(1);
})
</script>