摘要: 1:列表首页设置点击事件,并将id传至后台,查询数据 <td class="f-14"><a title="编辑" href="javascript:;" onclick="admin_role_edit('角色编辑','/admin/role/{{$item->id}}/edit','1')" s 阅读全文
posted @ 2021-11-12 21:36 王越666 阅读(53) 评论(0) 推荐(0)
摘要: 1:新建 目录admin,新建文件夹route.php 2:将需要的路由写在route.php中即可。 3:在web.php 引入即可 include base_path('routes/admin/route.php'); 阅读全文
posted @ 2021-11-12 16:45 王越666 阅读(64) 评论(0) 推荐(0)
摘要: 1:引入 H-ui 用户添加页面,并修改script对应的src,添加input框的name属性值 <!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <meta name="renderer" content="webkit|ie-comp|i 阅读全文
posted @ 2021-11-12 10:15 王越666 阅读(128) 评论(0) 推荐(0)