POSCMS 版主:POSCMS负责人
我需要实现的是打开文章详情页面 怎么在内容页里面判断
类型:POSCMS 更新时间:2019-03-25 18:12:53 文章

我需要实现的是打开文章详情页面


怎么在内容页里面判断,没有登陆就跳转到了登陆页面,登陆后自动返回本页面


回帖
  • #1楼    迅睿框架创始人
    2019-03-25 18:12:53
    0
    {if !$member}
    <meta http-equiv="refresh" content="0;url=/index.php?s=member&c=login"> 
    {/if}