提交 86f770ac authored 作者: chengye's avatar chengye

init 2020-5-7

...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<form class="layui-form" > <form class="layui-form" >
<div class="layui-input-inline layui-show-xs-block" style="width:130px;"> <div class="layui-input-inline layui-show-xs-block" style="width:130px;">
<select name="search_type" id="search_type"> <select name="search_type" id="search_type">
<option value="1" {if $search_type eq 1 } selected {/if}>123213站名</option> <option value="1" {if $search_type eq 1 } selected {/if}>站名</option>
<option value="2" {if $search_type eq 2 } selected {/if}>站号</option> <option value="2" {if $search_type eq 2 } selected {/if}>站号</option>
<option value="3" {if $search_type eq 3 } selected {/if}>项目编号</option> <option value="3" {if $search_type eq 3 } selected {/if}>项目编号</option>
<option value="4" {if $search_type eq 4 } selected {/if}>机房二维码</option> <option value="4" {if $search_type eq 4 } selected {/if}>机房二维码</option>
...@@ -158,7 +158,7 @@ ...@@ -158,7 +158,7 @@
if (time <= 3) { if (time <= 3) {
var point = new BMap.Point(res[0].longitude, res[0].latitude); var point = new BMap.Point(res[0].longitude, res[0].latitude);
var content = var content =
"<p style= 'width: 200px;overflow: hidden;display: inline-block;text-overflow: ellipsis;white-space: nowrap;'>基站名称12:" + res[0].station_name + "<br/>项目编号:" + res[0].proj_number + "<br/><a onclick=xadmin.add_tab('地图显示','/base_detai?id="+res[0].station_id+"',true,true)>查看详情</a></p>"; "<p style= 'width: 200px;overflow: hidden;display: inline-block;text-overflow: ellipsis;white-space: nowrap;'>基站名称:" + res[0].station_name + "<br/>项目编号:" + res[0].proj_number + "<br/><a onclick=xadmin.add_tab('地图显示','/base_detai?id="+res[0].station_id+"',true,true)>查看详情</a></p>";
bm.addControl(new BMap.MapTypeControl({ bm.addControl(new BMap.MapTypeControl({
mapTypes: [ mapTypes: [
...@@ -238,7 +238,7 @@ ...@@ -238,7 +238,7 @@
for (var i in res) { for (var i in res) {
var point = new BMap.Point(res[i].longitude, res[i].latitude) var point = new BMap.Point(res[i].longitude, res[i].latitude)
var content = var content =
"<p style= 'width: 200px;overflow: hidden;display: inline-block;text-overflow: ellipsis;white-space: nowrap;'>基站名称34:" + res[i].station_name + "<br/>项目编号:" + res[i].proj_number + "<br/><a onclick=xadmin.add_tab('地图显示','/base_detai?id="+res[i].station_id+"',true,true)>查看详情</a></p>"; "<p style= 'width: 200px;overflow: hidden;display: inline-block;text-overflow: ellipsis;white-space: nowrap;'>基站名称:" + res[i].station_name + "<br/>项目编号:" + res[i].proj_number + "<br/><a onclick=xadmin.add_tab('地图显示','/base_detai?id="+res[i].station_id+"',true,true)>查看详情</a></p>";
addMarker(point, content); addMarker(point, content);
} }
...@@ -299,6 +299,18 @@ ...@@ -299,6 +299,18 @@
} }
} }
}, },
error : function (XMLHttpRequest, textStatus, errorThrow ) { error : function (XMLHttpRequest, textStatus, errorThrow ) {
console.log('AJAX 执行失败...'); console.log('AJAX 执行失败...');
......
<?php
//配置文件
return [
//加密串
'passwd_salt' => 'gonn',
'passwd_init' => 'gonn',
'encrypt_key' => 'INJq4HXEGI',
'login_pattern' => '/^\w{2,}@\w+/', //开放模式
//'login_pattern' => '/^\w{2,}@gonn\.com\.cn$', 严格模式
'upload_dir' => './static/uploads',
'images_dir' => './static/uploads/images',
'files_dir' => './static/uploads/files',
'search_area' => '1', //1按部门搜索,2全局
'order_per' =>'ZD',
'redis_host' => '192.168.1.71',
'redis_port' => 6379,
];
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论