Go to file
雨霖铃 2d619ac69f refactor(components): 重构登录组件并优化测试页面
- 重构 CustomLogin 组件,添加表单校验规则和登录按钮禁用状态
- 更新 auth.js,将 TokenKey 改为 accessToken
- 重写 TestView 组件,添加模拟数据请求和分页功能
2025-08-15 01:39:54 +08:00
.vscode init vue 2024-09-16 15:39:01 +08:00
public init vue 2024-09-16 15:39:01 +08:00
src refactor(components): 重构登录组件并优化测试页面 2025-08-15 01:39:54 +08:00
.eslintrc.cjs init vue 2024-09-16 15:39:01 +08:00
.gitignore fix 2024-09-22 00:06:45 +08:00
.prettierrc fix 2024-09-22 00:06:45 +08:00
index.html init vue 2024-09-16 15:39:01 +08:00
jsconfig.json init vue 2024-09-16 15:39:01 +08:00
package.json feat(components): 新增 CustomTreeItem 组件并在 TestView 中使用 2025-06-08 21:05:22 +08:00
README.md init vue 2024-09-16 15:39:01 +08:00
vite.config.js feat(login): 优化登录功能并连接后端接口 2025-08-14 22:33:15 +08:00

vue-project

This template should help get you started developing with Vue 3 in Vite.

VSCode + Volar (and disable Vetur).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint