瀏覽代碼

feat:登录后跳转到详情页

fuwencai 1 年之前
父節點
當前提交
c9748b5a7c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/jfw/front/shorturl.go

+ 1 - 1
src/jfw/front/shorturl.go

@@ -1224,7 +1224,7 @@ func (s *Short) NologinCommon(userId, stype, id, sid string) error {
 		if obj != nil && len(obj) > 0 {
 			// p397 未登录不能查看拟建项目
 			if !ipTrue && (obj["subtype"] == "采购意向" || obj["subtype"] == "拟建") { //未登录不能访问采购意向
-				return s.Redirect("/notin/page", 302)
+				return s.Redirect(fmt.Sprintf("/notin/page?backTo=%s", s.Request.URL), 302)
 			}
 			if len(po) > 0 {
 				s.T["projectOther"] = po