a9896178 by yangjianbin

init

1 parent 5e86784e
......@@ -18,6 +18,12 @@ class Welcome extends CI_Controller {
* map to /index.php/welcome/<method_name>
* @see https://codeigniter.com/user_guide/general/urls.html
*/
public function desk()
{
echo '';
}
public function index()
{
$this->load->view('welcome/work');
......
......@@ -101,7 +101,7 @@
<div class="Hui-tabNav-wp">
<ul id="min_title_list" class="acrossTab cl">
<li class="active">
<span title="我的桌面" data-href="welcome.html">我的桌面</span>
<span title="我的桌面" data-href="<?=site_url('welcome/desk')?>">我的桌面</span>
<em></em></li>
</ul>
</div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!