xubh 4 yıl önce
ebeveyn
işleme
cdab9b5800

Dosya farkı çok büyük olduğundan ihmal edildi
+ 1 - 1
src/main/webapp/admin/h5/index.html


BIN
src/main/webapp/admin/h5/static/images/bg_04.png


BIN
src/main/webapp/admin/h5/static/images/thanks2.png


BIN
src/main/webapp/admin/h5/static/images/thanks3.png


BIN
src/main/webapp/admin/h5/static/images/thanks4.png


BIN
src/main/webapp/admin/h5/static/images/thanks5.png


BIN
src/main/webapp/admin/h5/static/images/tiger_bg.png


BIN
src/main/webapp/admin/h5/static/img/bg_04.62a235a9.png


BIN
src/main/webapp/admin/h5/static/img/thanks2.d064f361.png


BIN
src/main/webapp/admin/h5/static/img/thanks3.1e015194.png


BIN
src/main/webapp/admin/h5/static/img/thanks5.d993434b.png


BIN
src/main/webapp/admin/h5/static/img/tiger_bg.69b38f46.png


Dosya farkı çok büyük olduğundan ihmal edildi
+ 13 - 0
src/main/webapp/admin/h5/static/js/chunk-vendors.58a26b46.js


Dosya farkı çok büyük olduğundan ihmal edildi
+ 1 - 0
src/main/webapp/admin/h5/static/js/index.a6db2b4c.js


Dosya farkı çok büyük olduğundan ihmal edildi
+ 1 - 0
src/main/webapp/admin/h5/static/js/pages-game-game.d31bd475.js


Dosya farkı çok büyük olduğundan ihmal edildi
+ 1 - 0
src/main/webapp/admin/h5/static/js/pages-index-index.a21750dd.js


Dosya farkı çok büyük olduğundan ihmal edildi
+ 1 - 0
src/main/webapp/admin/h5/static/js/pages-machine-detail-detail.2812db56.js


Dosya farkı çok büyük olduğundan ihmal edildi
+ 5 - 0
src/main/webapp/admin/h5/static/js/pages-turntable-turntable.6a46baf5.js


+ 2 - 75
src/main/webapp/web/login.html

@@ -53,81 +53,8 @@
   </div>
 
   <script>
-    layui.use(['layer', 'form'], function() {
-      var form = layui.form,
-        $ = layui.jquery;
-      
-      $('#forgot').on('click', function() {
-        layer.msg('请联系管理员.');
-      });
-      $("#loginName").val(getSpVal("loginUserName"));
-      //监听提交
-      form.on('submit(login_hash)', function(data) {
-    	  clearLove();
-       // layer.msg(JSON.stringify(data.field));
-        var userName = data.field.loginName;
-		var userPwd = data.field.password;
-		// 如果密码是选中状态
-		var reMak = data.field.rememberMe;
-		loginIn(userName,userPwd,reMak);	
-        return false;
-      });
-    });
-    function loginIn(userName,userPwd,reMak){
-    /* 	$.request({
-			action : "SystemAction/login",
-			data : {
-					userName : userName,//用户名
-					userPwd : userPwd//密码
-				},
-			success : function(data) {
-				setTempVal("isLogin", true);
-				if(reMak == 'on') {
-					setSpVal("loginUserName", userName);
-				}
-				if(data.MINStatus == '0'){
-					setTempVal("loginUserId", data.loginUserId);
-					//存入用户身份
-					setTempVal("loginIdentity", data.loginIdentity);
-					window.location.href='index.html';
-				}
-				else {
-					layer.alert(data.MINErrorMessage, {
-						icon: 5,
-						title: "提示"
-					}); 
-				}
-			},
-			error : function(data) {
-				 layer.alert(data.MINErrorMessage, {
-						icon: 5,
-						title: "提示"
-				}); 
-			}
-		}); */
-		$.Alert('请用手机通过小程序登录!');
-    }
-  </script>
-  <!-- 键盘事件 -->
-	<script type="text/javascript" language=JavaScript charset="UTF-8">
-	  	document.onkeydown=function(event){
-	  		var e = event || window.event || arguments.callee.caller.arguments[0];
-		  	if(e && e.keyCode==27){ // 按 Esc
-		  		//要做的事情
-		  	}
-		  	if(e && e.keyCode==113){ // 按 F2
-		  		//要做的事情
-		  	}
-		  	if(e && e.keyCode==13){ // enter 键
-		  		clearLove();
-          		var userName = $("#loginName").val();
-  				var userPwd = $("#password").val();
-  				// 如果密码是选中状态
-  				var reMak =  $("#rememberMe").val();
-  				loginIn(userName,userPwd,reMak);
-        		return false;
-		  	}
-	  	};
+    window.location.href="https://openauth.alipay.com/oauth2/publicAppAuthorize.htm?app_id=2021002111628201&scope=auth_user&redirect_uri=http://xubing2.minpay.cc/services/admin/h5/2222.html";
+
 	</script>
 </body>