A8000
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
gzt 957f79c6f7 update 8 months ago
.vscode first commit 8 months ago
public update 8 months ago
src update 8 months ago
.env.development fix:对事件处理逻辑进行补充;目前还缺少对试管架配置更新事件的处理逻辑;增加了一些弹窗组件,用于显示错误事件和通知事件;项目适配待优化; 8 months ago
.env.production fix:对事件处理逻辑进行补充;目前还缺少对试管架配置更新事件的处理逻辑;增加了一些弹窗组件,用于显示错误事件和通知事件;项目适配待优化; 8 months ago
.eslintrc.ts first commit 8 months ago
.gitignore first commit 8 months ago
.prettierrc first commit 8 months ago
README.md first commit 8 months ago
auto-imports.d.ts first commit 8 months ago
components.d.ts update 8 months ago
index.html first commit 8 months ago
package.json update 8 months ago
postcss.config.cjs first commit 8 months ago
tsconfig.app.json first commit 8 months ago
tsconfig.app.tsbuildinfo fix:配置url环境变量,更改一些小bug 8 months ago
tsconfig.json first commit 8 months ago
tsconfig.node.json first commit 8 months ago
tsconfig.node.tsbuildinfo first commit 8 months ago
vite.config.ts fix:修复一些逻辑上的bug,对运行中页面做了一些适配(暂未完成);添加了打包配置base为相对路径'/';配置了全局的Axios拦截器配置,在报错时捕捉到并弹窗;对首页接口做了兜底处理;对登录接口做了错误码特殊判断 8 months ago
关于初始化程序的逻辑说明.txt fix:对事件处理逻辑进行补充;目前还缺少对试管架配置更新事件的处理逻辑;增加了一些弹窗组件,用于显示错误事件和通知事件;项目适配待优化; 8 months ago

README.md

Vue 3 + TypeScript + Vite

This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.