Coder Social home page Coder Social logo

kingston-csj / gamekeeper Goto Github PK

View Code? Open in Web Editor NEW
107.0 107.0 64.0 8.29 MB

基于elementUI和springboot搭建的游戏后台管理系统。包含权限管理,玩家查询,服务器管理等等。可供jforgame或mmorpg项目使用。

Java 17.64% HTML 53.44% JavaScript 5.56% Vue 12.92% Shell 0.02% CSS 10.42%
admin element-ui game springboot vue webpack

gamekeeper's Issues

验证码失效问题

    // 从session中获取之前保存的验证码跟前台传来的验证码进行匹配
    Object kaptcha = request.getSession().getAttribute(Constants.KAPTCHA_SESSION_KEY);
    if (kaptcha == null) {
        return HttpResult.error("验证码已失效");
    }

调试跟踪,这个kaptcha是null值,如果注释掉,则登陆页面没有反应,选用的git上最新的版本,wepapp重新编译过,用git下来
自带的编译好的页面访问,也是一样的错误

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.