306132416@qq.com 4 年之前
父节点
当前提交
534a88007d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)