Go to file
sladro 02bee74535 refactor: 去除页面嵌套Vue组件层级,精简CAD软件接口配置
- 删除DashboardView中ContentArea组件包装,直接显示页面内容
- 保留6个CAD软件显示,删除AutoCAD/SolidWorks/CATIA的API接口
- 保持Creo/Revit/PDMS完整功能,删除Revit的bim接口
- 简化页面结构:MainLayout → 直接内容(去除三层嵌套)
- 所有导航切换逻辑和样式保持不变

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-16 14:07:49 +08:00
.claude feat: 实现专业的登录后首页内容设计 2025-09-16 13:50:06 +08:00
.vscode initial commit 2025-09-15 16:17:05 +08:00
config Fix CAD configuration and restore to 6 software 2025-09-16 10:52:20 +08:00
docs Fix CAD configuration and restore to 6 software 2025-09-16 10:52:20 +08:00
public Add CSS theme system 2025-09-15 17:38:13 +08:00
src refactor: 去除页面嵌套Vue组件层级,精简CAD软件接口配置 2025-09-16 14:07:49 +08:00
.editorconfig initial commit 2025-09-15 16:17:05 +08:00
.gitattributes initial commit 2025-09-15 16:17:05 +08:00
.gitignore initial commit 2025-09-15 16:17:05 +08:00
CLAUDE.md refactor: 去除页面嵌套Vue组件层级,精简CAD软件接口配置 2025-09-16 14:07:49 +08:00
index.html Add CSS theme system 2025-09-15 17:38:13 +08:00
jsconfig.json initial commit 2025-09-15 16:17:05 +08:00
package-lock.json initial commit 2025-09-15 16:17:05 +08:00
package.json Fix CAD configuration and restore to 6 software 2025-09-16 10:52:20 +08:00

.

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