897e949f by yangjianbin

init

1 parent 39a415f8
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
13 <div class="login_name"> 13 <div class="login_name">
14 <p>后台管理系统</p> 14 <p>后台管理系统</p>
15 </div> 15 </div>
16 <form action="<?=$this->config->item('apiBaseUrl').'login'?>" id="edit"> 16 <form action="login" id="edit">
17 <input name="username" type="text" placeholder="用户名"> 17 <input name="username" type="text" placeholder="用户名">
18 <input name="password" type="password" placeholder="密码"> 18 <input name="password" type="password" placeholder="密码">
19 </form> 19 </form>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!