dever hace 6 años
padre
commit
bd8cdbfd97
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      assets/lib/manage/main.js

+ 2 - 2
assets/lib/manage/main.js

@@ -86,8 +86,8 @@ function initUpdate()
 						var appid = $('#editor_applet_id').val();
 						var path = $('#editor_applet_path').val();
 						if (!appid) {
-							alert('请选择小程序');
-							return;
+							//alert('请选择小程序');
+							//return;
 						}
 						if (!path) {
 							alert('请填写路径');