NIUCLOUD是一款SaaS管理后台框架多应用插件+云编译。上千名开发者、服务商正在积极拥抱开发者生态。欢迎开发者们免费入驻。一起助力发展! 广告
首先感谢Woody,这个是他弄出来的。我也试着弄过,但是没弄出来,因为不知道必须要传登录的值,后来我想自己写个登陆,但是因为密码加密和官方的老是不一样,所以作罢。官方的密码加密太狠了   <form action="{url('member/login')}" method="post">     <input type="text" class="inputstyle" name="data[username]" tabindex="1" />     <input type="password" class="inputstyle" name="data[password]" tabindex="2" />     <input type="submit" value="登 录" class="btn" tabindex="4" name="submit"/> </form>