模板文件login.html第25行的
模板 改成下面即可
<li class="yzm-login-item">
<input type="text" name="code" value="<?php echo $_SESSION['code']='2222';?>" class="yzm-login-input yzm-verify-input" >
</li>
有空分享另个的进度:
1、让栏目绑定域名,做站群
2、文章页路径从 栏目目录/文章id.html 改成 模型标识/文章id.html,为什么要改?防止移动文章栏目,文章网址就变了。减少路由个数。现在如果有100个栏目就有300个路由(由栏目数*3改成模型数*3,网站栏目多能提高不少效率)
'^qitaxinwen$' => 'index/index/lists/catid/3',
'^qitaxinwen\\/list_(\\d+)$' => 'index/index/lists/catid/3/page/$1',
'^qitaxinwen\\/(\\d+)$' => 'index/index/show/catid/3/id/$1',