Go to file
rsgltzyd 410e5d81b8 refactor(components): 重构登录功能并添加 LinkCard 组件
- 注释掉 CustomLogin.vue 中的 fetch 请求,直接使用 setToken 进行登录
- 新增 LinkCard.js 模型文件,用于创建链接卡片组件
- 重构 HomeView.vue,使用新的 LinkCard 组件替换原有的 moduleCard 类
- 在 fetchInterceptor.js 中添加 console.log,用于调试输出修改后的数据
2025-05-11 22:41:15 +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): 重构登录功能并添加 LinkCard 组件 2025-05-11 22:41:15 +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(login): 实现登录功能并优化相关组件 2025-01-01 12:04:08 +08:00
README.md init vue 2024-09-16 15:39:01 +08:00
vite.config.js feat(login): 实现登录功能并优化相关组件 2025-01-01 12:04:08 +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