mirror of
https://github.com/dataease/dataease.git
synced 2026-05-23 22:08:34 +08:00
fix: 仪表盘分享公共连接地址为localhost,无法访问
This commit is contained in:
@@ -24,8 +24,7 @@ import java.util.Map;
|
||||
@Service
|
||||
public class PanelLinkService {
|
||||
|
||||
@Value("${public-link-url:http://localhost:9528/link.html?link=}")
|
||||
private String baseUrl;
|
||||
private static final String baseUrl = "/link.html?link=";
|
||||
|
||||
@Value("${public-link-salt:DataEaseLinkSalt}")
|
||||
private String salt;
|
||||
|
||||
Reference in New Issue
Block a user