4ca3356214
- 新增AdminView.vue作为管理员后台主布局组件 - 集成导航菜单支持Token管理和详情页面切换 - 添加管理员身份标识和退出功能 - 在TokenManageView中引入DocumentAdd图标用于数据添加 - 为表格行添加数据查看对话框功能 - 调整Token管理表格列宽度以改善显示效果 - 优化移动端响应式布局适配
web
This template should help get you started developing with Vue 3 in Vite.
Recommended IDE Setup
VS Code + Vue (Official) ( and disable Vetur).
Recommended Browser Setup
- Chromium-based browsers (Chrome, Edge, Brave, etc.):
- Firefox:
Type Support for .vue Imports in TS
TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for
type checking. In editors, we need Volar to make the
TypeScript language service aware of .vue types.
Customize configuration
See Vite Configuration Reference.
Project Setup
pnpm install
Compile and Hot-Reload for Development
pnpm dev
Type-Check, Compile and Minify for Production
pnpm build