From 3d0190e93b03b9b9041c2486694b9325f1c54565 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Fri, 14 Jul 2023 13:30:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=B7=E7=A4=BA=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/print.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/print.html b/public/print.html index 729c4cc..af59582 100644 --- a/public/print.html +++ b/public/print.html @@ -16,8 +16,8 @@ //canvas宽高 var canvaswidth = 302; var canvasheight = 188; - // var VUE_APP_BASE_API = window.location.protocol+"//"+window.location.host; - var VUE_APP_BASE_API="http://192.168.60.99:9004" + var VUE_APP_BASE_API = window.location.protocol+"//"+window.location.host; + // var VUE_APP_BASE_API="http://192.168.60.99:9004" //文字描述位置 var textleft = qrcodewidth / 2; var texttop = qrcodeheight + 70;