From 1765429cf6709b3018052cd6e17e7ed9d0788d3c Mon Sep 17 00:00:00 2001 From: caoqianming Date: Wed, 9 Feb 2022 11:11:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E5=8A=A8=E5=88=9B=E5=BB=BA=E8=AF=81?= =?UTF-8?q?=E4=B9=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test_client/src/views/exam/issue.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_client/src/views/exam/issue.vue b/test_client/src/views/exam/issue.vue index ddf07db..989c634 100644 --- a/test_client/src/views/exam/issue.vue +++ b/test_client/src/views/exam/issue.vue @@ -269,8 +269,8 @@ export default { }, handleView(scope) { window.open( - // "https://apitest.ahctc.cn/crm/candidate/img?id=" + scope.row.id - "http://localhost:8000/crm/candidate/img?id=" + scope.row.id + "https://apitest.ahctc.cn/crm/candidate/img?id=" + scope.row.id + // "http://localhost:8000/crm/candidate/img?id=" + scope.row.id ); }, handleAdd() {