|
|
|
@ -1,5 +1,6 @@
|
|
|
|
|
package cn.jlw.Interceptor;
|
|
|
|
|
|
|
|
|
|
import cn.hutool.extra.spring.SpringUtil;
|
|
|
|
|
import cn.jlw.aliPay.interceptor.AliPayInterceptor;
|
|
|
|
|
import com.ibeetl.admin.core.conf.MVCConf;
|
|
|
|
|
import com.ibeetl.jlw.entity.FileEntity;
|
|
|
|
@ -131,6 +132,8 @@ public class InterceptorConfig implements WebMvcConfigurer, InitializingBean {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var.put("jsVer", System.currentTimeMillis());
|
|
|
|
|
// 当前环境判断
|
|
|
|
|
var.put("profile", SpringUtil.getProperty("spring.profiles.active"));
|
|
|
|
|
groupTemplate.setSharedVars(var);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|