mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-22 22:49:19 +08:00
修复H5关闭后跳转页面404问题
This commit is contained in:
@@ -27,7 +27,7 @@ public class ChannelH5ServiceImpl implements IChannelH5Service {
|
||||
map.put("status", Integer.parseInt(config.getOrDefault("status", "0")));
|
||||
map.put("close", Integer.parseInt(config.getOrDefault("close", "0")));
|
||||
map.put("url", config.getOrDefault("url", ""));
|
||||
map.put("accessLink", RequestUtil.domain()+"/mobile");
|
||||
map.put("accessLink", RequestUtil.domain());
|
||||
return map;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user