Commit Graph

18 Commits

Author SHA1 Message Date
zhangyh
c4237d99f0 fix: printboard generate菜单name初始化赋值 2025-10-02 11:56:41 +08:00
X1627315083
627c535774 Merge branch 'dev_vite' of ssh://18.167.251.121:10002/aidlab/aida_front into dev_vite 2025-09-30 16:02:42 +08:00
X1627315083
0b5de6d008 调整生成方式的下拉菜单位置 2025-09-30 14:37:40 +08:00
zhangyh
735043ae9d style: printboard-generate上传图标修改 2025-09-30 14:08:06 +08:00
X1627315083
89a9be7de8 调整画布添加图片失败 2025-09-29 10:20:51 +08:00
李志鹏
93c49292b9 fix 2025-09-27 13:56:13 +08:00
X1627315083
2d63a48526 解决合并冲突 2025-09-25 15:36:35 +08:00
李志鹏
564b75de61 解决画布打开图片导出图片分辨率不一值问题 2025-09-25 13:52:05 +08:00
X1627315083
88df71f822 fix 2025-09-02 23:15:18 +08:00
X1627315083
2b2a624843 去掉生成取消按钮 2025-09-02 17:38:56 +08:00
X1627315083
b6b554424b 修复页面bug 2025-08-26 10:14:34 +08:00
X1627315083
584f6a7db0 合并画布 2025-06-22 13:52:28 +08:00
X1627315083
fd6d61a44a 调整部分报错 2025-06-20 13:21:45 +08:00
bighuixiang
9d6844c9fd fix: 修改路由配置,改成直接导入 2025-06-19 11:29:33 +08:00
bighuixiang
9ef77450ba refactor: update GlobalComponents in components.d.ts to include ABreadcrumb, AMenu, AMenuItem, and ASubMenu; remove APagination, AProgress, ATabPane, and ATabs 2025-06-18 23:01:52 +08:00
bighuixiang
3aa56c1c3f refactor: clean up HomeView.vue and update Vite config
- Reformatted imports in HomeView.vue for better readability.
- Removed unnecessary comments and improved component structure.
- Updated styles in HomeView.vue for consistency.
- Removed input path from rollupOptions in vite.config.js.
2025-06-18 22:57:10 +08:00
bighuixiang
88866d9ea4 refactor: Improve code formatting and structure in main.ts and Login.vue
- Standardized import statements in main.ts for better readability.
- Enhanced the structure of the Vue component in Login.vue for improved clarity.
- Updated event handling and state management in Login.vue.
- Adjusted CSS styles for consistency and better organization.
2025-06-18 21:47:27 +08:00
bighuixiang
3a52cc1e53 refactor: migrate from Vue CLI to Vite, update WebSocket handling, and clean up configuration
- Replaced vue.config.js with vite.config.js for Vite setup.
- Updated WebSocket implementation in webSocket.js for improved readability and performance.
- Removed unnecessary comments and cleaned up code formatting.
- Configured Vite plugins for auto-imports, SVG icons, and component resolution.
- Set up proxy configurations for API endpoints in Vite.
2025-06-18 14:31:35 +08:00