@@ -3,7 +3,7 @@
<router-view></router-view>
<div class="hide">
- <!-- <webview
+ <webview
id="printWebview"
:src="publicPath"
nodeintegration
@@ -13,7 +13,7 @@
id="printSmallTicketWebview"
:src="publicSmallTicketPath"
- ></webview> -->
+ ></webview>
<!-- 打印模板 -->
<PrintTemplate :current-ticket="currentTicket"></PrintTemplate>