-
一致性测试
+
+
一致性测试
+
+ 保存配置
+ 开始测试
+
+
试管{{index + 1}}
@@ -144,13 +150,18 @@ const start1 = async () => {
/>
-
保存配置
-
开始测试
+
+
-
加样准确度与重复性
+
+
加样准确度与重复性
+
+ 丢弃tip
+ 移液操作
+
移液操作:
@@ -166,8 +177,6 @@ const start1 = async () => {
- 丢弃tip
- 移液操作
@@ -228,7 +237,9 @@ const start1 = async () => {
font-size: 20px;
display: flex;
align-items: center;
- justify-content: flex-start;
+ justify-content: space-between;
+ padding-bottom: 10px;
+ box-sizing: border-box;
border-bottom: 1px solid #ccc;
}
diff --git a/src/services/debug/index.ts b/src/services/debug/index.ts
index a2174aa..753d80a 100644
--- a/src/services/debug/index.ts
+++ b/src/services/debug/index.ts
@@ -59,7 +59,7 @@ export const dropTipBlock = async () => {
export const testOnce = async (params: any) => {
try {
- const res = await apiClient.post(baseUrl1 + 'testOnce' , params)
+ const res = await apiClient.post(baseUrl1 + 'testOnce?ul=' + params)
return res.data
} catch (error) {
console.log(error)
diff --git a/vite.config.ts b/vite.config.ts
index 96ecea7..29cf75c 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -37,6 +37,8 @@ export default defineConfig({
},
},
server: {
+ port: 5173,
+ host: '0.0.0.0',
proxy: {
'/api': {
target: 'http://localhost:8888',