litemall
litemall copied to clipboard
又一个小商城。litemall = Spring Boot后端 + Vue管理员前端 + 微信小程序用户前端 + Vue用户移动端
输入正确的密码显示密码错误
v1.8.0 遇到同样的问题:报错如下 2023-04-07 23:49:15.566 ERROR 31972 --- [io-8080-exec-10] o.l.l.c.config.GlobalExceptionHandler : null java.lang.NullPointerException: null at java.lang.String$CaseInsensitiveComparator.compare(String.java:1193) ~[na:1.8.0_161] at java.lang.String$CaseInsensitiveComparator.compare(String.java:1186) ~[na:1.8.0_161] at java.lang.String.compareToIgnoreCase(String.java:1239) ~[na:1.8.0_161] at org.linlinjava.litemall.admin.web.AdminAuthController.login(AdminAuthController.java:105) ~[classes/:na] at org.linlinjava.litemall.admin.web.AdminAuthController$$FastClassBySpringCGLIB$$349cc670.invoke() ~[classes/:na] at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)...
docker-compose启动服务打开admin提示 This application has no explicit mapping for /error, so you are seeing this as a fallback.
Hi, we are a research group to help developers build secure applications. We designed a cryptographic misuse detector on Java language(Our main concern is the secure implementation and use of...
litemall-wx/pages/auth/login/login.js doLogin: function(userInfo) { user.checkLogin().catch(() => { catch 应改成 then ?
商品页【立即购买】,会把这件商品加入购物车,虽然系统会在成功下单后在购物车表删除这件商品,但如果买家不按【去付款】而是后退返回,会发现购物车添加了这个商品,显然不太合理。 商品页下单和经购物车下单应该划分开。
有人在管理端后台 登录时出现这个问题吗?
SQL injection vulnerability in linlinjava litemall v.1.8.0 allows a remote attacker to obtain sensitive information via the goodsId, goodsSn, name parameters of the AdminGoodscontroller.java component. 1.Steps to reproduce (复现步骤) 访问商品管理,点击查询,抓取数据包...
先是 Failed to resolve loader: cache-loader 安装了后继续 Failed to resolve loader:babel-loader 然后: Syntax Error: TypeError: this.getOptions is not a function 最后改成了这样,运行起来了,但是还是有报错 "dependencies": { "@chenfengyuan/vue-countdown": "^1.1.2", "axios": ">=0.21.1", "dayjs": "^1.7.7", "js-cookie":...
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 2.4.0 to 3.3.0. Release notes Sourced from path-to-regexp's releases. Add backtracking protection Fixed Add backtrack protection to 3.x release (#321) d31670a https://github.com/pillarjs/path-to-regexp/compare/v3.2.0...v3.3.0 Match Function Added Add native...