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);