From 3cb8b5f7811b7b22106d69d5b301fb32b7c6095c Mon Sep 17 00:00:00 2001 From: wuyouming666 <2265557248@qq.com> Date: 星期三, 15 五月 2024 15:45:32 +0800 Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/HangZhouMes --- UI-Project/src/views/UnLoadGlass/Landingindicationtwo.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/UI-Project/src/views/UnLoadGlass/Landingindicationtwo.vue b/UI-Project/src/views/UnLoadGlass/Landingindicationtwo.vue index 71479de..99bfcb7 100644 --- a/UI-Project/src/views/UnLoadGlass/Landingindicationtwo.vue +++ b/UI-Project/src/views/UnLoadGlass/Landingindicationtwo.vue @@ -72,7 +72,7 @@ const fetchFlowCardId = async () => { try { - const response = await request.get('unLoadGlass/downWorkStation/getwo'); + const response = await request.get('unLoadGlass/downWorkStation/getwo2'); if (response.code === 200) { console.log(response); -- Gitblit v1.8.0