物联网平台 +Web 组态
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

15 lines
386 B

<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<%@ page import="com.lp.cfg.ProConfig" %>
<%@ page import="java.lang.Math" %>
<%
/* 项目部署名 */
final String basePath = request.getContextPath() ;
String v ;
if( "deploy".equalsIgnoreCase(ProConfig.DEV_MODE) ){
v = ProConfig.VERSION + "" ;
}else{
v = Math.random()+"" ;
}
%>