feat(web): add login, auth store and router guard

This commit is contained in:
2026-07-07 15:25:47 +08:00
parent bcef04a8cc
commit e731ee7a2e
9 changed files with 227 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
<template>
<div>
<h2>用户管理</h2>
</div>
</template>