Bläddra i källkod

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

Signed-off-by: tangshizhe <2417024719@qq.com>
tangshizhe 1 år sedan
förälder
incheckning
ac7e518bf8
1 ändrade filer med 1 tillägg och 1 borttagningar
  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) {