From 9427bb844f3c8edd52219f8867e2bd3d4dce6629 Mon Sep 17 00:00:00 2001
From: hdw <hdw@192.168.7.127>
Date: 星期五, 18 一月 2019 10:38:44 +0800
Subject: [PATCH] 测试数据添加机房列表搜索
---
gx_tieta/WebRoot/mobil/control.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gx_tieta/WebRoot/mobil/control.html b/gx_tieta/WebRoot/mobil/control.html
index 5b58311..4888c9d 100644
--- a/gx_tieta/WebRoot/mobil/control.html
+++ b/gx_tieta/WebRoot/mobil/control.html
@@ -23,7 +23,7 @@
</div>
<div data-role="content">
- <ul class="breadcrumb"></ul>
+ <!-- <ul class="breadcrumb"></ul> -->
<ul data-role="listview" data-inset="true">
<li>
<a href="voltageM.html" target="_top">1.鍗曚綋鐢靛帇 </a>
@@ -475,7 +475,7 @@
if(batt.install_user||batt.install_user==0){
}else{
- addBreadCrumb($('.breadcrumb').eq(0), data);
+ //addBreadCrumb($('.breadcrumb').eq(0), data);
}
});
--
Gitblit v1.9.1