From 4b71f22719bd043c8ffad7cf6fc007378fe2f2e9 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期一, 08 六月 2020 13:53:57 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/matCode/matCode.js | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/matCode/matCode.js b/src/main/webapp/static/js/matCode/matCode.js index 2340b15..30ded55 100644 --- a/src/main/webapp/static/js/matCode/matCode.js +++ b/src/main/webapp/static/js/matCode/matCode.js @@ -341,7 +341,6 @@ for (let i=0;i<res.data.length;i++){ res.data[i].barcodeUrl=baseUrl+"/macCode/barcode/auth?param="+res.data[i].barcodeUrl; } - console.log(res.data); var tpl = $("#templatePreview"+templateNo).html(); var template = Handlebars.compile(tpl); var html = template(res); -- Gitblit v1.9.1