feat(login): 重构登录页面并集成用户协议功能
- 添加响应拦截器自动处理返回数据 - 集成 Element Plus UI 组件库 - 添加用户协议勾选验证和提示功能 - 重构登录页面样式和布局 - 实现用户协议勾选状态切换功能 - 优化登录按钮样式和交互效果 - 添加 SCSS 样式支持和相关依赖
This commit is contained in:
@@ -9,11 +9,13 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^1.12.2",
|
||||
"element-plus": "^2.13.0",
|
||||
"vue": "^3.5.21",
|
||||
"vue-router": "^4.5.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "^6.0.1",
|
||||
"sass": "^1.97.1",
|
||||
"vite": "^7.1.7"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user