306132416@qq.com 4 년 전
부모
커밋
393ae65a99
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      front-page/fission-page.html

+ 2 - 2
front-page/fission-page.html

@@ -96,10 +96,10 @@
                     }], //将传参修改为formData格式 注释则为JSON格式
                 }).then(function(rs) {
                     if(rs.data.code === 200) {
-                        window.location.href = rs.data.msg;
+                       // window.location.href = rs.data.msg;
                         console.log(rs.data)
                     }else {
-
+                        alert(rs.data.msg)
                     }
                 }).catch(function(e) {
                     console.log(e);