306132416@qq.com il y a 4 ans
Parent
commit
9be64e03c7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      front-page/fission-page.html

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

@@ -96,7 +96,7 @@
                     }], //将传参修改为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)