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.
19 lines
694 B
19 lines
694 B
<%@ page language="java" contentType="text/html; charset=UTF-8"
|
|
pageEncoding="UTF-8"%>
|
|
<%@ page import="com.lp.cfg.ProConfig" %>
|
|
<%@ page import="com.lp.common.Code" %>
|
|
|
|
<%@ include file="/WEB-INF/wechat/iot/common/variable.jsp"%>
|
|
|
|
<script>
|
|
var basePath = "<%=basePath%>";
|
|
var localUrl = "<%=basePath%>/service";
|
|
var imgUrl = "<%=ProConfig.IMAGE_DOMAIN%>";
|
|
var base_domain="http://"+window.location.host+"<%=basePath%>";
|
|
var userKey= "${user.user_key}";
|
|
var websocket_url = 'ws://' + window.location.host + '<%=ProConfig.PROJECT_NAME%>/service/websocket';
|
|
var status_code = {
|
|
'OK' : <%=Code.ResponseCode.SystemCode.OK%>
|
|
}
|
|
</script>
|
|
<title><%=ProConfig.PROJECT_NAME%></title>
|