From c0acf598e44d3ac2fced4061764d1a01e40a2d62 Mon Sep 17 00:00:00 2001
From: LiJun <LiJun@192.168.10.20>
Date: 星期二, 27 十一月 2018 09:56:55 +0800
Subject: [PATCH] 跨域访问请求中的允许跨域访问代码注释,在过滤器中开启跨域允许接口

---
 gx_tieta/WebRoot/mobil/machineroomM.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gx_tieta/WebRoot/mobil/machineroomM.html b/gx_tieta/WebRoot/mobil/machineroomM.html
index d32aa37..8bac758 100644
--- a/gx_tieta/WebRoot/mobil/machineroomM.html
+++ b/gx_tieta/WebRoot/mobil/machineroomM.html
@@ -15,7 +15,7 @@
 		<div data-role="page"  tabindex="0" id="page0">
 			<div data-role="header" data-position="fixed">
 				<a href="index.html"  target="_top" style="padding-top:0.7em;padding-bottom:0.7em;">杩斿洖</a>
-				<h1>鏈烘埧</h1>
+				<h1>鐪�</h1>
 			</div>
 		
 			<div data-role="content">
@@ -74,7 +74,7 @@
 		$(function(){
 			var data = [
 				{url: 'javascript:JumpHomePage();', txt: '棣栭〉'},
-				{url: 'javascript:;', txt: '鏈烘埧'}
+				{url: 'javascript:;', txt: '鐪�'}
 			];
 			addBreadCrumb($('.breadcrumb').eq(0),data);
 		});

--
Gitblit v1.9.1