Sfoglia il codice sorgente

安装CLodop云打印服务器

曹鹤洋 2 anni fa
parent
commit
e4cd728287
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      static/basejs/LodopFuncs.js

+ 1 - 0
static/basejs/LodopFuncs.js

@@ -2,6 +2,7 @@
 
 //====判断是否需要安装CLodop云打印服务器:====
 function needCLodop(){
+    return true;
     try{
 	var ua=navigator.userAgent;
 	if (ua.match(/Windows\sPhone/i) !=null) return true;