mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-26 11:51:55 +08:00
生成二维码的时候可以指定页面路径,不指定默认首页
This commit is contained in:
@@ -124,7 +124,7 @@ public class UserWxAqrCodeServiceImpl implements IUserWxAqrCodeService
|
|||||||
}else {
|
}else {
|
||||||
wxAppletsCodeVo.setScene(userWxAqrCode.getScene());
|
wxAppletsCodeVo.setScene(userWxAqrCode.getScene());
|
||||||
}
|
}
|
||||||
if(StringUtils.isEmpty(userWxAqrCode.getScene())) {
|
if(StringUtils.isEmpty(userWxAqrCode.getPage())) {
|
||||||
wxAppletsCodeVo.setPage("pages/index2/index2");
|
wxAppletsCodeVo.setPage("pages/index2/index2");
|
||||||
}else {
|
}else {
|
||||||
wxAppletsCodeVo.setPage(userWxAqrCode.getPage());
|
wxAppletsCodeVo.setPage(userWxAqrCode.getPage());
|
||||||
|
|||||||
Reference in New Issue
Block a user