Explorar el Código

安装CLodop云打印服务器

曹鹤洋 hace 2 años
padre
commit
e4cd728287
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;