浏览代码

fix: 信息发布跳转逻辑判断

Signed-off-by: tangshizhe <2417024719@qq.com>
tangshizhe 1 年之前
父节点
当前提交
ac7e518bf8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/web/templates/pc/supsearch.html

+ 1 - 1
src/web/templates/pc/supsearch.html

@@ -3724,7 +3724,7 @@ function checkTagDisabled () {
       // 跳转信息发布
       goToPublish: function () {
         if(!loginflag){
-          $('#bidLogin').modal("show");
+          location.href = '/swordfish/frontPage/InformationDistribution/free/index'
           return
         }
         if (goTemplateData.inIframe) {