306132416@qq.com před 4 roky
rodič
revize
534a88007d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      front-page/fission-page.html

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

@@ -95,7 +95,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)