templates\pc\web\default\common\index.html,这个页... 开源系统 更新 2018-06-11 14:16:42 mihunsir templates\pc\web\default\common\index.html,这个页面的模板我想必须登录才可以访问,不登录就不允许访问然后跳转到登录页面怎么写呀?
{if !$member} <meta http-equiv="refresh" content="0;url=/index.php?s=member&c=login"> {/if}