|
@@ -318,6 +318,11 @@
|
|
|
}
|
|
|
|
|
|
$(function() {
|
|
|
+ let isSpecialUsr = [[${isSpecialUsr}]];
|
|
|
+ console.log(isSpecialUsr);
|
|
|
+ console.log(ctx + "visualization/event/getVisualizationEvent_special_user");
|
|
|
+ if(isSpecialUsr)
|
|
|
+ location.href = ctx + "visualization/event/getVisualizationEvent_special_user";
|
|
|
if($.common.equals("history", mode) && window.performance.navigation.type == 1) {
|
|
|
var url = storage.get('publicPath');
|
|
|
if ($.common.isNotEmpty(url)) {
|