43c299fd by wang

init

1 parent 254e3f27
......@@ -13,11 +13,13 @@
<div class="login_name">
<p>后台管理系统</p>
</div>
<form method="post">
<form action="system/user/update" id="edit">
<input name="username" type="text" placeholder="用户名">
<input name="password" type="password" placeholder="密码">
<input value="登录" type="submit">
</form>
<!-- <input value="登录" type="submit">-->
<input value="登录" onclick="save()">
</div>
<div class="copyright">
版权所有©2018 杭州XX网络有限公司
......
......@@ -96,7 +96,7 @@
}
function edit(id) {
layer_show('添加员工', '<?=site_url('perm/staffEdit');?>/'+id);
layer_show('编辑员工', '<?=site_url('perm/staffEdit');?>/'+id);
}
function reset(id) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!