Commit 892f7207 by 冷斌

fix bug

parent 369d509e
<?php
// +----------------------------------------------------------------------
// | ThinkCMF [ WE CAN DO IT MORE SIMPLE ]
// +----------------------------------------------------------------------
// | Copyright (c) 2013-2014 http://www.thinkcmf.com All rights reserved.
// +----------------------------------------------------------------------
// | Author: Dean <zxxjjforever@163.com>
// +----------------------------------------------------------------------
namespace Appapi\Controller;
use Common\Controller\HomebaseController;
class LoginController extends HomebaseController
{
public function index()
{
$this->display();
}
}
<!DOCTYPE html>
<html lang="en">
<head>
<tc_include file="Appapi/Public/head"/>
<title>登录</title>
</head>
<body>
<div class="app" id="app">
<h1>abcd</h1>
</div>
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment