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;