Files
chuanqi-qycq-web/module/web/package.json
Kubbo 6e50c39c62 feat(login): 重构登录页面并集成用户协议功能
- 添加响应拦截器自动处理返回数据
- 集成 Element Plus UI 组件库
- 添加用户协议勾选验证和提示功能
- 重构登录页面样式和布局
- 实现用户协议勾选状态切换功能
- 优化登录按钮样式和交互效果
- 添加 SCSS 样式支持和相关依赖
2025-12-25 01:27:04 +08:00

22 lines
402 B
JSON

{
"name": "chuanqi-web",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"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"
}
}