From c7ad0fa512bd4ce2143723c5c3e379071d2ad377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=BD=A6=E6=B3=BD?= Date: Mon, 13 Mar 2023 09:21:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=E5=B7=A5=E5=85=B7-=E8=99=9A?= =?UTF-8?q?=E6=8B=9F=E8=AE=A4=E8=AF=81=E6=B8=85=E5=8D=95-=E8=AE=A2?= =?UTF-8?q?=E9=98=85=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/views/virtualAuthenticationList/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jero-web/src/views/virtualAuthenticationList/index.vue b/jero-web/src/views/virtualAuthenticationList/index.vue index d43b17256..0a32fa3b6 100644 --- a/jero-web/src/views/virtualAuthenticationList/index.vue +++ b/jero-web/src/views/virtualAuthenticationList/index.vue @@ -353,9 +353,9 @@ export default { onOk() { let url = '' if (val.readFlag == 0 || !val.readFlag) { - url = 'dummy/dummyInventoryBaseEO/read' + url = '/authDummy/authDummyInventoryBaseEO/read' } else { - url = 'dummy/dummyInventoryBaseEO/cancelRead' + url = '/authDummy/authDummyInventoryBaseEO/cancelRead' } getAction(url, { id: val.id }).then((res) => { if (res.success) {