南昌市物联网技防平台-前端
zengh
2021-03-13 16c39f8abcc9236f61b170fc6851a60b6b5adfc4
端口替换
22 files modified
206 ■■■■ changed files
public/map/index.html 6 ●●●● patch | view | raw | blame | history
public/map/popup/js/clientPopup.js 4 ●●●● patch | view | raw | blame | history
public/map/popup/js/equipment-details.js 2 ●●● patch | view | raw | blame | history
public/map/popup/js/equipment-history.js 2 ●●● patch | view | raw | blame | history
public/map/popup/js/owner-details.js 2 ●●● patch | view | raw | blame | history
public/map/popup/js/personnel-information-management.js 2 ●●● patch | view | raw | blame | history
public/map/popup/js/police-details.js 2 ●●● patch | view | raw | blame | history
public/map/popup/js/realtime-equipment-history.js 2 ●●● patch | view | raw | blame | history
public/map/popup/js/realtime-police-details.js 12 ●●●● patch | view | raw | blame | history
public/map/popup/js/route-name-layer.js 10 ●●●● patch | view | raw | blame | history
public/map/popup/js/routename-and-peoplename.js 10 ●●●● patch | view | raw | blame | history
public/map/widgets/aPoliceTeam/APoliceTeam.js 36 ●●●● patch | view | raw | blame | history
public/map/widgets/analysisAndJudgment/AnalysisAndJudgment.js 12 ●●●● patch | view | raw | blame | history
public/map/widgets/analysisAndJudgment/AnalysisAndJudgment1.js 6 ●●●● patch | view | raw | blame | history
public/map/widgets/patrolManagement/PatrolManagement.js 36 ●●●● patch | view | raw | blame | history
public/map/widgets/policeDispatching/PoliceDispatching.js 36 ●●●● patch | view | raw | blame | history
public/map/widgets/realTimePolice/RealTimePolice.js 14 ●●●● patch | view | raw | blame | history
src/views/distribution/index.vue 4 ●●●● patch | view | raw | blame | history
src/views/home/home.vue 2 ●●● patch | view | raw | blame | history
src/views/policeTracking/policeTracking.vue 2 ●●● patch | view | raw | blame | history
src/views/realTimePolice/real.vue 2 ●●●●● patch | view | raw | blame | history
vue.config.js 2 ●●● patch | view | raw | blame | history
public/map/index.html
@@ -6,9 +6,9 @@
  <meta http-equiv="X-UA-Compatible" content="ie=edge" />
  <title>Document</title>
  <link rel="stylesheet" type="text/css"
    href="http://36.134.81.48:18001/arcgis_js_v318_api/arcgis_js_api/library/3.18/3.18/dijit/themes/tundra/tundra.css" />
    href="https://web.byisf.com/arcgis_js_v318_api/arcgis_js_api/library/3.18/3.18/dijit/themes/tundra/tundra.css" />
  <link rel="stylesheet" type="text/css"
    href="http://36.134.81.48:18001/arcgis_js_v318_api/arcgis_js_api/library/3.18/3.18/esri/css/esri.css" />
    href="https://web.byisf.com/arcgis_js_v318_api/arcgis_js_api/library/3.18/3.18/esri/css/esri.css" />
  <link rel="stylesheet" href="./lib/layui/css/layui.css" />
  <link rel="stylesheet" href="./css/forestry-map.css" />
  <link type="text/css" rel="stylesheet" href="framework.css" />
@@ -29,7 +29,7 @@
  <script src="env.js"></script>
  <script type="text/javascript"
    src="http://36.134.81.48:18001/arcgis_js_v318_api/arcgis_js_api/library/3.18/3.18/init.js"></script>
    src="https://web.byisf.com/arcgis_js_v318_api/arcgis_js_api/library/3.18/3.18/init.js"></script>
  <script src='./lib/zTree_v3/js/jquery.ztree.all.js'></script>
  <script>
    var _framework = null;
public/map/popup/js/clientPopup.js
@@ -31,7 +31,7 @@
        $.ajax({
            url: 'http://36.134.81.48:18001/api/blade-jfpts/equipment/equipment/detail?id=' + code,
            url: 'https://web.byisf.com/api/blade-jfpts/equipment/equipment/detail?id=' + code,
            type: 'GET',
            dataType: 'JSON',
            success: function (data) {
@@ -73,7 +73,7 @@
        $("#client_bc").off("click").click(function () {
            $.ajax({
                url: 'http://36.134.81.48:18001/api/blade-jfpts/equipment/equipment/updateClinent?',
                url: 'https://web.byisf.com/api/blade-jfpts/equipment/equipment/updateClinent?',
                data: {
                    "id": code,
public/map/popup/js/equipment-details.js
@@ -4,7 +4,7 @@
    // 查看设备的详细信息
    $.ajax({
        url: 'http://36.134.81.48:18001/api/blade-jfpts/equipment/equipment/detail?id=' + code,
        url: 'https://web.byisf.com/api/blade-jfpts/equipment/equipment/detail?id=' + code,
        type: 'GET',
        dataType: 'JSON',
        success: function (data) {
public/map/popup/js/equipment-history.js
@@ -3,7 +3,7 @@
  console.log(code, 1212121);
  $.ajax({
    url: 'http://36.134.81.48:18001/api/blade-jfpts/jingdan/jingdan/selectdInfo?deviceNumber=' + code,
    url: 'https://web.byisf.com/api/blade-jfpts/jingdan/jingdan/selectdInfo?deviceNumber=' + code,
    type: 'POST',
    dataType: 'JSON',
    success: function (data) {
public/map/popup/js/owner-details.js
@@ -4,7 +4,7 @@
    // 查看警情的详细信息
    $.ajax({
        url: 'http://36.134.81.48:18001/api/blade-jfpts/suser/suser/detail?id=' + code,
        url: 'https://web.byisf.com/api/blade-jfpts/suser/suser/detail?id=' + code,
        type: 'GET',
        dataType: 'JSON',
        success: function (data) {
public/map/popup/js/personnel-information-management.js
@@ -5,7 +5,7 @@
    var viewVideoLayer = null;
    // 查看保安人员的详细信息
    $.ajax({
        url: 'http://36.134.81.48:18001/api/blade-jfpts/security/security/selectInfo?snumber=' + code,
        url: 'https://web.byisf.com/api/blade-jfpts/security/security/selectInfo?snumber=' + code,
        type: 'POST',
        dataType: 'JSON',
        success: function (data) {
public/map/popup/js/police-details.js
@@ -4,7 +4,7 @@
    // 查看警情的详细信息
    $.ajax({
        url: 'http://36.134.81.48:18001/api/blade-jfpts/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + code,
        url: 'https://web.byisf.com/api/blade-jfpts/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + code,
        type: 'POST',
        dataType: 'JSON',
        success: function (data) {
public/map/popup/js/realtime-equipment-history.js
@@ -3,7 +3,7 @@
    console.log(code, 1212121);
    $.ajax({
        url: 'http://36.134.81.48:18001/api/blade-jfpts/jingdan/jingdan/selectdInfo?deviceNumber=' + code,
        url: 'https://web.byisf.com/api/blade-jfpts/jingdan/jingdan/selectdInfo?deviceNumber=' + code,
        type: 'POST',
        dataType: 'JSON',
        success: function (data) {
public/map/popup/js/realtime-police-details.js
@@ -19,7 +19,7 @@
    // 查看警情的详细信息
    $.ajax({
        url: 'http://36.134.81.48:18001/api/blade-jfpts/alarm/alarm/selectInfo?id=' + code,
        url: 'https://web.byisf.com/api/blade-jfpts/alarm/alarm/selectInfo?id=' + code,
        type: 'POST',
        dataType: 'JSON',
        success: function (data) {
@@ -123,7 +123,7 @@
                return
            }
            $.ajax({
                url: 'http://36.134.81.48:18001/api/blade-jfpts/jingdan/jingdan/saves',
                url: 'https://web.byisf.com/api/blade-jfpts/jingdan/jingdan/saves',
                type: 'POST',
                data: {
                    rName: result.rname,
@@ -205,7 +205,7 @@
            $(this).addClass('on');
            $.ajax({
                url: "http://36.134.81.48:18001/talk?deviceCode=" + $('.realtime-police-details-box>div:eq(1)').data('code'),
                url: "https://web.byisf.com/talk?deviceCode=" + $('.realtime-police-details-box>div:eq(1)').data('code'),
                type: "POST",
                data: '12345',
                dataType: 'JSON',
@@ -249,7 +249,7 @@
            var getPCMBlob = recorder.getPCMBlob();
            $.ajax({
                url: "http://36.134.81.48:18001/talk",
                url: "https://web.byisf.com/talk",
                type: 'POST',
                data: {
                    PktType: URL.createObjectURL(getPCMBlob),
@@ -285,7 +285,7 @@
            layer.confirm('确定撤销该警情?', { icon: 3, title: '提示' }, function (index) {
                $.ajax({
                    url: 'http://36.134.81.48:18001/api/blade-jfpts/alarm/alarm/deletejj',
                    url: 'https://web.byisf.com/api/blade-jfpts/alarm/alarm/deletejj',
                    type: 'POST',
                    data: {
                        id: id
@@ -320,7 +320,7 @@
    function updateJType(id, czTime, bz, jjTime) {
        $.ajax({
            url: 'http://36.134.81.48:18001/api/blade-jfpts/alarm/alarm/updateJtype',
            url: 'https://web.byisf.com/api/blade-jfpts/alarm/alarm/updateJtype',
            type: 'POST',
            data: {
                id: id,
public/map/popup/js/route-name-layer.js
@@ -1,8 +1,8 @@
/*
 * @Author: Morpheus
 * @Date: 2021-03-12 11:57:38
 * @Last Modified by:   Morpheus
 * @Last Modified time: 2021-03-12 11:57:38
 * @Author: Morpheus
 * @Date: 2021-03-12 11:57:38
 * @Last Modified by:   Morpheus
 * @Last Modified time: 2021-03-12 11:57:38
 */
$(function () {
    // var code = GetQueryString("id");
@@ -16,7 +16,7 @@
    // 查看保安人员下拉
    $.ajax({
        url: 'http://36.134.81.48:18001/api/blade-jfpts/security/security/selectry',
        url: 'https://web.byisf.com/api/blade-jfpts/security/security/selectry',
        type: 'GET',
        dataType: 'JSON',
        success: function (data) {
public/map/popup/js/routename-and-peoplename.js
@@ -1,8 +1,8 @@
/*
 * @Author: Morpheus
 * @Date: 2021-03-12 11:57:34
 * @Last Modified by:   Morpheus
 * @Last Modified time: 2021-03-12 11:57:34
 * @Author: Morpheus
 * @Date: 2021-03-12 11:57:34
 * @Last Modified by:   Morpheus
 * @Last Modified time: 2021-03-12 11:57:34
 */
$(function () {
@@ -27,7 +27,7 @@
    // 查看保安人员下拉
    $.ajax({
        url: 'http://36.134.81.48:18001/api/blade-jfpts/security/security/selectry',
        url: 'https://web.byisf.com/api/blade-jfpts/security/security/selectry',
        type: 'GET',
        dataType: 'JSON',
        success: function (data) {
public/map/widgets/aPoliceTeam/APoliceTeam.js
@@ -256,7 +256,7 @@
                $('.police-container-distribute-details .content table tbody').empty();
                var str = '';
                $.ajax({
                    url: 'http://36.134.81.48:18001/api/blade-jfpts/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + id,
                    url: 'https://web.byisf.com/api/blade-jfpts/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + id,
                    type: 'POST',
                    dataType: 'JSON',
                    success: function (data) {
@@ -287,7 +287,7 @@
                                    var str = '';
                                    $('.police-container-distribute-details .security-guard-nearby .security-staff-content tbody').empty();
                                    $.ajax({
                                        url: 'http://36.134.81.48:18001/api/blade-jfpts/position/position/selectry',
                                        url: 'https://web.byisf.com/api/blade-jfpts/position/position/selectry',
                                        type: 'POST',
                                        data: {
                                            coordinate: "point(" + $(this).attr('lgtd') + "," + $(this).attr('lttd') + ")"
@@ -355,7 +355,7 @@
                    }
                    // 发送请求修改警单数据
                    $.ajax({
                        url: 'http://36.134.81.48:18001/api/blade-jfpts/jingdan/jingdan/updateInfo',
                        url: 'https://web.byisf.com/api/blade-jfpts/jingdan/jingdan/updateInfo',
                        type: 'POST',
                        data: {
                            id: id,
@@ -394,7 +394,7 @@
                var str = '';
                $.ajax({
                    url: 'http://36.134.81.48:18001/api/blade-jfpts/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + id,
                    url: 'https://web.byisf.com/api/blade-jfpts/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + id,
                    type: 'POST',
                    dataType: 'JSON',
                    success: function (data) {
@@ -757,7 +757,7 @@
                if ($(this).index() == 1) {
                    $('.police-dispatching .police-container .police-container-patrol .main-content .select-list ul').empty();
                    $.ajax({
                        url: 'http://36.134.81.48:18001/api/blade-jfpts/regions/regions/selectqy',
                        url: 'https://web.byisf.com/api/blade-jfpts/regions/regions/selectqy',
                        type: 'GET',
                        dataType: 'JSON',
                        success: function (res) {
@@ -917,7 +917,7 @@
                                    that.layuiLayer.msg('人员未更改!');
                                } else {
                                    $.ajax({
                                        url: 'http://36.134.81.48:18001/api/blade-jfpts/duty/duty/updatedtInfo',
                                        url: 'https://web.byisf.com/api/blade-jfpts/duty/duty/updatedtInfo',
                                        type: 'POST',
                                        data: {
                                            rid: routeId,
@@ -1007,7 +1007,7 @@
                        if (that.tabIndex == 1) {
                            if (that.patrolIndex == 1) {
                                $.ajax({
                                    url: 'http://36.134.81.48:18001/api/blade-jfpts/routeIn/routein/insertlx',
                                    url: 'https://web.byisf.com/api/blade-jfpts/routeIn/routein/insertlx',
                                    type: 'POST',
                                    dataType: 'JSON',
                                    data: {
@@ -1023,7 +1023,7 @@
                                            that.polygonData = [];
                                            that.getRouteInformation($('.police-dispatching .police-container .police-container-patrol .table .tbody tbody'), '');
                                            $.ajax({
                                                url: 'http://36.134.81.48:18001/api/blade-jfpts/duty/duty/insertduty',
                                                url: 'https://web.byisf.com/api/blade-jfpts/duty/duty/insertduty',
                                                type: 'POST',
                                                dataType: 'JSON',
                                                data: {
@@ -1048,7 +1048,7 @@
                                // that.pepleRealId = pepleRealId;
                            } else {
                                $.ajax({
                                    url: 'http://36.134.81.48:18001/api/blade-jfpts/regions/regions/insterqy',
                                    url: 'https://web.byisf.com/api/blade-jfpts/regions/regions/insterqy',
                                    type: 'POST',
                                    dataType: 'JSON',
                                    data: {
@@ -1067,7 +1067,7 @@
                            }
                        } else if (that.tabIndex == 2) {
                            $.ajax({
                                url: 'http://36.134.81.48:18001/api/blade-jfpts/enclosure/enclosure/insertes',
                                url: 'https://web.byisf.com/api/blade-jfpts/enclosure/enclosure/insertes',
                                type: 'POST',
                                dataType: 'JSON',
                                data: {
@@ -1105,7 +1105,7 @@
            $('.police-dispatching .police-container .distribute-district .select-list ul').empty();
            $('.police-dispatching .police-container .distribute-district .select-list ul').append("<li key='addvcd' addvcd=''>全部</li>");
            $.ajax({
                url: 'http://36.134.81.48:18001/api/blade-jfpts/district/district/selectList',
                url: 'https://web.byisf.com/api/blade-jfpts/district/district/selectList',
                type: 'POST',
                dataType: 'JSON',
                success: function (data) {
@@ -1461,7 +1461,7 @@
            dom.empty();
            var that = this;
            $.ajax({
                url: 'http://36.134.81.48:18001/api/blade-jfpts/jingdan/jingdan/selectList',
                url: 'https://web.byisf.com/api/blade-jfpts/jingdan/jingdan/selectList',
                type: 'POST',
                dataType: 'JSON',
                data: {
@@ -1524,7 +1524,7 @@
            that.currentDrawing = [];
            that.entityPolygonAll.clear();
            $.ajax({
                url: 'http://36.134.81.48:18001/api/blade-jfpts/regions/regions/selectList',
                url: 'https://web.byisf.com/api/blade-jfpts/regions/regions/selectList',
                type: 'POST',
                dataType: 'JSON',
                data: {
@@ -1568,7 +1568,7 @@
            that.currentDrawing = [];
            that.entityPolygonAll.clear();
            $.ajax({
                url: 'http://36.134.81.48:18001/api/blade-jfpts/routeIn/routein/selectList',
                url: 'https://web.byisf.com/api/blade-jfpts/routeIn/routein/selectList',
                type: 'POST',
                dataType: 'JSON',
                data: {
@@ -1610,7 +1610,7 @@
            that.currentDrawing = [];
            that.entityPolygonAll.clear();
            $.ajax({
                url: 'http://36.134.81.48:18001/api/blade-jfpts/security/security/selectList',
                url: 'https://web.byisf.com/api/blade-jfpts/security/security/selectList',
                type: 'POST',
                dataType: 'JSON',
                success: function (data) {
@@ -1841,7 +1841,7 @@
                    dataStr = dataStr.substring(0, dataStr.length - 1);
                    $.ajax({
                        url: 'http://36.134.81.48:18001/api/blade-jfpts/routeIn/routein/updatelx',
                        url: 'https://web.byisf.com/api/blade-jfpts/routeIn/routein/updatelx',
                        type: 'POST',
                        dataType: 'JSON',
                        data: {
@@ -1889,7 +1889,7 @@
                    dataStr = dataStr.substring(0, dataStr.length - 1);
                    $.ajax({
                        url: 'http://36.134.81.48:18001/api/blade-jfpts/regions/regions/updateqy',
                        url: 'https://web.byisf.com/api/blade-jfpts/regions/regions/updateqy',
                        type: 'POST',
                        dataType: 'JSON',
                        data: {
@@ -1945,7 +1945,7 @@
                dataStr = dataStr.substring(0, dataStr.length - 1);
                $.ajax({
                    url: 'http://36.134.81.48:18001/api/blade-jfpts/enclosure/enclosure/updatee',
                    url: 'https://web.byisf.com/api/blade-jfpts/enclosure/enclosure/updatee',
                    type: 'POST',
                    dataType: 'JSON',
                    data: {
public/map/widgets/analysisAndJudgment/AnalysisAndJudgment.js
@@ -663,7 +663,7 @@
            dom.children('.select-list').children('ul').append($("<li areaid='all'>全部</li>"));
            var that = this;
            $.ajax({
                url: 'http://36.134.81.48:18001/api/blade-jfpts/district/district/selectd',
                url: 'https://web.byisf.com/api/blade-jfpts/district/district/selectd',
                type: 'GET',
                dataType: 'JSON',
                success: function (data) {
@@ -686,7 +686,7 @@
            dom.empty();
            var that = this;
            $.ajax({
                url: 'http://36.134.81.48:18001/api/blade-jfpts/jingdan/jingdan/selectList',
                url: 'https://web.byisf.com/api/blade-jfpts/jingdan/jingdan/selectList',
                type: 'POST',
                dataType: 'JSON',
                data: {
@@ -741,7 +741,7 @@
            dom.children('.select-list').children('ul').empty();
            dom.children('.select-list').children('ul').append($("<li ownerid='all'>全部</li>"));
            $.ajax({
                url: 'http://36.134.81.48:18001/api/blade-jfpts/lx/lx/seleclx',
                url: 'https://web.byisf.com/api/blade-jfpts/lx/lx/seleclx',
                type: 'GET',
                dataType: 'JSON',
                success: function (data) {
@@ -757,7 +757,7 @@
            dom.children('.select-list').children('ul').empty();
            dom.children('.select-list').children('ul').append($("<li>全部</li>"));
            $.ajax({
                url: 'http://36.134.81.48:18001/api/blade-jfpts/dj/dj/selectName?tnumbers=' + tnumbers,
                url: 'https://web.byisf.com/api/blade-jfpts/dj/dj/selectName?tnumbers=' + tnumbers,
                type: 'GET',
                dataType: 'JSON',
                success: function (data) {
@@ -773,7 +773,7 @@
            dom.empty();
            var that = this;
            $.ajax({
                url: 'http://36.134.81.48:18001/api/blade-jfpts/suser/suser/selectList?type=' + type + '&dj=' + dj,
                url: 'https://web.byisf.com/api/blade-jfpts/suser/suser/selectList?type=' + type + '&dj=' + dj,
                type: 'GET',
                dataType: 'JSON',
                success: function (data) {
@@ -809,7 +809,7 @@
            dom.empty();
            var that = this;
            $.ajax({
                url: 'http://36.134.81.48:18001/api/blade-jfpts/equipment/equipment/selectList?deviceType=' + deviceType,
                url: 'https://web.byisf.com/api/blade-jfpts/equipment/equipment/selectList?deviceType=' + deviceType,
                type: 'GET',
                dataType: 'JSON',
                success: function (data) {
public/map/widgets/analysisAndJudgment/AnalysisAndJudgment1.js
@@ -670,7 +670,7 @@
      dom.empty();
      var that = this;
      $.ajax({
        url: 'http://36.134.81.48:18001/api/blade-jfpts/jingdan/jingdan/selectList',
        url: 'https://web.byisf.com/api/blade-jfpts/jingdan/jingdan/selectList',
        type: 'POST',
        dataType: 'JSON',
        data: {
@@ -721,7 +721,7 @@
      dom.empty();
      var that = this;
      $.ajax({
        url: 'http://36.134.81.48:18001/api/blade-jfpts/suser/suser/selectList?type=' + type + '&dj=' + dj,
        url: 'https://web.byisf.com/api/blade-jfpts/suser/suser/selectList?type=' + type + '&dj=' + dj,
        type: 'GET',
        dataType: 'JSON',
        success: function (data) {
@@ -755,7 +755,7 @@
      dom.empty();
      var that = this;
      $.ajax({
        url: 'http://36.134.81.48:18001/api/blade-jfpts/equipment/equipment/selectList?deviceType=' + deviceType,
        url: 'https://web.byisf.com/api/blade-jfpts/equipment/equipment/selectList?deviceType=' + deviceType,
        type: 'GET',
        dataType: 'JSON',
        success: function (data) {
public/map/widgets/patrolManagement/PatrolManagement.js
@@ -256,7 +256,7 @@
                $('.police-container-distribute-details .content table tbody').empty();
                var str = '';
                $.ajax({
                    url: 'http://36.134.81.48:18001/api/blade-jfpts/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + id,
                    url: 'https://web.byisf.com/api/blade-jfpts/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + id,
                    type: 'POST',
                    dataType: 'JSON',
                    success: function (data) {
@@ -287,7 +287,7 @@
                                    var str = '';
                                    $('.police-container-distribute-details .security-guard-nearby .security-staff-content tbody').empty();
                                    $.ajax({
                                        url: 'http://36.134.81.48:18001/api/blade-jfpts/position/position/selectry',
                                        url: 'https://web.byisf.com/api/blade-jfpts/position/position/selectry',
                                        type: 'POST',
                                        data: {
                                            coordinate: "point(" + $(this).attr('lgtd') + "," + $(this).attr('lttd') + ")"
@@ -355,7 +355,7 @@
                    }
                    // 发送请求修改警单数据
                    $.ajax({
                        url: 'http://36.134.81.48:18001/api/blade-jfpts/jingdan/jingdan/updateInfo',
                        url: 'https://web.byisf.com/api/blade-jfpts/jingdan/jingdan/updateInfo',
                        type: 'POST',
                        data: {
                            id: id,
@@ -394,7 +394,7 @@
                var str = '';
                $.ajax({
                    url: 'http://36.134.81.48:18001/api/blade-jfpts/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + id,
                    url: 'https://web.byisf.com/api/blade-jfpts/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + id,
                    type: 'POST',
                    dataType: 'JSON',
                    success: function (data) {
@@ -757,7 +757,7 @@
                if ($(this).index() == 1) {
                    $('.police-dispatching .police-container .police-container-patrol .main-content .select-list ul').empty();
                    $.ajax({
                        url: 'http://36.134.81.48:18001/api/blade-jfpts/regions/regions/selectqy',
                        url: 'https://web.byisf.com/api/blade-jfpts/regions/regions/selectqy',
                        type: 'GET',
                        dataType: 'JSON',
                        success: function (res) {
@@ -917,7 +917,7 @@
                                    that.layuiLayer.msg('人员未更改!');
                                } else {
                                    $.ajax({
                                        url: 'http://36.134.81.48:18001/api/blade-jfpts/duty/duty/updatedtInfo',
                                        url: 'https://web.byisf.com/api/blade-jfpts/duty/duty/updatedtInfo',
                                        type: 'POST',
                                        data: {
                                            rid: routeId,
@@ -1007,7 +1007,7 @@
                        if (that.tabIndex == 1) {
                            if (that.patrolIndex == 1) {
                                $.ajax({
                                    url: 'http://36.134.81.48:18001/api/blade-jfpts/routeIn/routein/insertlx',
                                    url: 'https://web.byisf.com/api/blade-jfpts/routeIn/routein/insertlx',
                                    type: 'POST',
                                    dataType: 'JSON',
                                    data: {
@@ -1023,7 +1023,7 @@
                                            that.polygonData = [];
                                            that.getRouteInformation($('.police-dispatching .police-container .police-container-patrol .table .tbody tbody'), '');
                                            $.ajax({
                                                url: 'http://36.134.81.48:18001/api/blade-jfpts/duty/duty/insertduty',
                                                url: 'https://web.byisf.com/api/blade-jfpts/duty/duty/insertduty',
                                                type: 'POST',
                                                dataType: 'JSON',
                                                data: {
@@ -1048,7 +1048,7 @@
                                // that.pepleRealId = pepleRealId;
                            } else {
                                $.ajax({
                                    url: 'http://36.134.81.48:18001/api/blade-jfpts/regions/regions/insterqy',
                                    url: 'https://web.byisf.com/api/blade-jfpts/regions/regions/insterqy',
                                    type: 'POST',
                                    dataType: 'JSON',
                                    data: {
@@ -1067,7 +1067,7 @@
                            }
                        } else if (that.tabIndex == 2) {
                            $.ajax({
                                url: 'http://36.134.81.48:18001/api/blade-jfpts/enclosure/enclosure/insertes',
                                url: 'https://web.byisf.com/api/blade-jfpts/enclosure/enclosure/insertes',
                                type: 'POST',
                                dataType: 'JSON',
                                data: {
@@ -1105,7 +1105,7 @@
            $('.police-dispatching .police-container .distribute-district .select-list ul').empty();
            $('.police-dispatching .police-container .distribute-district .select-list ul').append("<li key='addvcd' addvcd=''>全部</li>");
            $.ajax({
                url: 'http://36.134.81.48:18001/api/blade-jfpts/district/district/selectList',
                url: 'https://web.byisf.com/api/blade-jfpts/district/district/selectList',
                type: 'POST',
                dataType: 'JSON',
                success: function (data) {
@@ -1465,7 +1465,7 @@
            dom.empty();
            var that = this;
            $.ajax({
                url: 'http://36.134.81.48:18001/api/blade-jfpts/jingdan/jingdan/selectList',
                url: 'https://web.byisf.com/api/blade-jfpts/jingdan/jingdan/selectList',
                type: 'POST',
                dataType: 'JSON',
                data: {
@@ -1528,7 +1528,7 @@
            that.currentDrawing = [];
            that.entityPolygonAll.clear();
            $.ajax({
                url: 'http://36.134.81.48:18001/api/blade-jfpts/regions/regions/selectList',
                url: 'https://web.byisf.com/api/blade-jfpts/regions/regions/selectList',
                type: 'POST',
                dataType: 'JSON',
                data: {
@@ -1572,7 +1572,7 @@
            that.currentDrawing = [];
            that.entityPolygonAll.clear();
            $.ajax({
                url: 'http://36.134.81.48:18001/api/blade-jfpts/routeIn/routein/selectList',
                url: 'https://web.byisf.com/api/blade-jfpts/routeIn/routein/selectList',
                type: 'POST',
                dataType: 'JSON',
                data: {
@@ -1614,7 +1614,7 @@
            that.currentDrawing = [];
            that.entityPolygonAll.clear();
            $.ajax({
                url: 'http://36.134.81.48:18001/api/blade-jfpts/security/security/selectList',
                url: 'https://web.byisf.com/api/blade-jfpts/security/security/selectList',
                type: 'POST',
                dataType: 'JSON',
                success: function (data) {
@@ -1845,7 +1845,7 @@
                    dataStr = dataStr.substring(0, dataStr.length - 1);
                    $.ajax({
                        url: 'http://36.134.81.48:18001/api/blade-jfpts/routeIn/routein/updatelx',
                        url: 'https://web.byisf.com/api/blade-jfpts/routeIn/routein/updatelx',
                        type: 'POST',
                        dataType: 'JSON',
                        data: {
@@ -1893,7 +1893,7 @@
                    dataStr = dataStr.substring(0, dataStr.length - 1);
                    $.ajax({
                        url: 'http://36.134.81.48:18001/api/blade-jfpts/regions/regions/updateqy',
                        url: 'https://web.byisf.com/api/blade-jfpts/regions/regions/updateqy',
                        type: 'POST',
                        dataType: 'JSON',
                        data: {
@@ -1949,7 +1949,7 @@
                dataStr = dataStr.substring(0, dataStr.length - 1);
                $.ajax({
                    url: 'http://36.134.81.48:18001/api/blade-jfpts/enclosure/enclosure/updatee',
                    url: 'https://web.byisf.com/api/blade-jfpts/enclosure/enclosure/updatee',
                    type: 'POST',
                    dataType: 'JSON',
                    data: {
public/map/widgets/policeDispatching/PoliceDispatching.js
@@ -256,7 +256,7 @@
                $('.police-container-distribute-details .content table tbody').empty();
                var str = '';
                $.ajax({
                    url: 'http://36.134.81.48:18001/api/blade-jfpts/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + id,
                    url: 'https://web.byisf.com/api/blade-jfpts/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + id,
                    type: 'POST',
                    dataType: 'JSON',
                    success: function (data) {
@@ -287,7 +287,7 @@
                                    var str = '';
                                    $('.police-container-distribute-details .security-guard-nearby .security-staff-content tbody').empty();
                                    $.ajax({
                                        url: 'http://36.134.81.48:18001/api/blade-jfpts/position/position/selectry',
                                        url: 'https://web.byisf.com/api/blade-jfpts/position/position/selectry',
                                        type: 'POST',
                                        data: {
                                            coordinate: "point(" + $(this).attr('lgtd') + "," + $(this).attr('lttd') + ")"
@@ -355,7 +355,7 @@
                    }
                    // 发送请求修改警单数据
                    $.ajax({
                        url: 'http://36.134.81.48:18001/api/blade-jfpts/jingdan/jingdan/updateInfo',
                        url: 'https://web.byisf.com/api/blade-jfpts/jingdan/jingdan/updateInfo',
                        type: 'POST',
                        data: {
                            id: id,
@@ -394,7 +394,7 @@
                var str = '';
                $.ajax({
                    url: 'http://36.134.81.48:18001/api/blade-jfpts/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + id,
                    url: 'https://web.byisf.com/api/blade-jfpts/jingdan/jingdan/selectdInfo?deviceNumber=&id=' + id,
                    type: 'POST',
                    dataType: 'JSON',
                    success: function (data) {
@@ -757,7 +757,7 @@
                if ($(this).index() == 1) {
                    $('.police-dispatching .police-container .police-container-patrol .main-content .select-list ul').empty();
                    $.ajax({
                        url: 'http://36.134.81.48:18001/api/blade-jfpts/regions/regions/selectqy',
                        url: 'https://web.byisf.com/api/blade-jfpts/regions/regions/selectqy',
                        type: 'GET',
                        dataType: 'JSON',
                        success: function (res) {
@@ -917,7 +917,7 @@
                                    that.layuiLayer.msg('人员未更改!');
                                } else {
                                    $.ajax({
                                        url: 'http://36.134.81.48:18001/api/blade-jfpts/duty/duty/updatedtInfo',
                                        url: 'https://web.byisf.com/api/blade-jfpts/duty/duty/updatedtInfo',
                                        type: 'POST',
                                        data: {
                                            rid: routeId,
@@ -1007,7 +1007,7 @@
                        if (that.tabIndex == 1) {
                            if (that.patrolIndex == 1) {
                                $.ajax({
                                    url: 'http://36.134.81.48:18001/api/blade-jfpts/routeIn/routein/insertlx',
                                    url: 'https://web.byisf.com/api/blade-jfpts/routeIn/routein/insertlx',
                                    type: 'POST',
                                    dataType: 'JSON',
                                    data: {
@@ -1023,7 +1023,7 @@
                                            that.polygonData = [];
                                            that.getRouteInformation($('.police-dispatching .police-container .police-container-patrol .table .tbody tbody'), '');
                                            $.ajax({
                                                url: 'http://36.134.81.48:18001/api/blade-jfpts/duty/duty/insertduty',
                                                url: 'https://web.byisf.com/api/blade-jfpts/duty/duty/insertduty',
                                                type: 'POST',
                                                dataType: 'JSON',
                                                data: {
@@ -1048,7 +1048,7 @@
                                // that.pepleRealId = pepleRealId;
                            } else {
                                $.ajax({
                                    url: 'http://36.134.81.48:18001/api/blade-jfpts/regions/regions/insterqy',
                                    url: 'https://web.byisf.com/api/blade-jfpts/regions/regions/insterqy',
                                    type: 'POST',
                                    dataType: 'JSON',
                                    data: {
@@ -1067,7 +1067,7 @@
                            }
                        } else if (that.tabIndex == 2) {
                            $.ajax({
                                url: 'http://36.134.81.48:18001/api/blade-jfpts/enclosure/enclosure/insertes',
                                url: 'https://web.byisf.com/api/blade-jfpts/enclosure/enclosure/insertes',
                                type: 'POST',
                                dataType: 'JSON',
                                data: {
@@ -1105,7 +1105,7 @@
            $('.police-dispatching .police-container .distribute-district .select-list ul').empty();
            $('.police-dispatching .police-container .distribute-district .select-list ul').append("<li key='addvcd' addvcd=''>全部</li>");
            $.ajax({
                url: 'http://36.134.81.48:18001/api/blade-jfpts/district/district/selectList',
                url: 'https://web.byisf.com/api/blade-jfpts/district/district/selectList',
                type: 'POST',
                dataType: 'JSON',
                success: function (data) {
@@ -1458,7 +1458,7 @@
            dom.empty();
            var that = this;
            $.ajax({
                url: 'http://36.134.81.48:18001/api/blade-jfpts/jingdan/jingdan/selectList',
                url: 'https://web.byisf.com/api/blade-jfpts/jingdan/jingdan/selectList',
                type: 'POST',
                dataType: 'JSON',
                data: {
@@ -1521,7 +1521,7 @@
            that.currentDrawing = [];
            that.entityPolygonAll.clear();
            $.ajax({
                url: 'http://36.134.81.48:18001/api/blade-jfpts/regions/regions/selectList',
                url: 'https://web.byisf.com/api/blade-jfpts/regions/regions/selectList',
                type: 'POST',
                dataType: 'JSON',
                data: {
@@ -1565,7 +1565,7 @@
            that.currentDrawing = [];
            that.entityPolygonAll.clear();
            $.ajax({
                url: 'http://36.134.81.48:18001/api/blade-jfpts/routeIn/routein/selectList',
                url: 'https://web.byisf.com/api/blade-jfpts/routeIn/routein/selectList',
                type: 'POST',
                dataType: 'JSON',
                data: {
@@ -1607,7 +1607,7 @@
            that.currentDrawing = [];
            that.entityPolygonAll.clear();
            $.ajax({
                url: 'http://36.134.81.48:18001/api/blade-jfpts/security/security/selectList',
                url: 'https://web.byisf.com/api/blade-jfpts/security/security/selectList',
                type: 'POST',
                dataType: 'JSON',
                success: function (data) {
@@ -1838,7 +1838,7 @@
                    dataStr = dataStr.substring(0, dataStr.length - 1);
                    $.ajax({
                        url: 'http://36.134.81.48:18001/api/blade-jfpts/routeIn/routein/updatelx',
                        url: 'https://web.byisf.com/api/blade-jfpts/routeIn/routein/updatelx',
                        type: 'POST',
                        dataType: 'JSON',
                        data: {
@@ -1886,7 +1886,7 @@
                    dataStr = dataStr.substring(0, dataStr.length - 1);
                    $.ajax({
                        url: 'http://36.134.81.48:18001/api/blade-jfpts/regions/regions/updateqy',
                        url: 'https://web.byisf.com/api/blade-jfpts/regions/regions/updateqy',
                        type: 'POST',
                        dataType: 'JSON',
                        data: {
@@ -1942,7 +1942,7 @@
                dataStr = dataStr.substring(0, dataStr.length - 1);
                $.ajax({
                    url: 'http://36.134.81.48:18001/api/blade-jfpts/enclosure/enclosure/updatee',
                    url: 'https://web.byisf.com/api/blade-jfpts/enclosure/enclosure/updatee',
                    type: 'POST',
                    dataType: 'JSON',
                    data: {
public/map/widgets/realTimePolice/RealTimePolice.js
@@ -474,7 +474,7 @@
                    }
                    $.ajax({
                        url: 'http://36.134.81.48:18001/api/blade-jfpts/jingdan/jingdan/saves',
                        url: 'https://web.byisf.com/api/blade-jfpts/jingdan/jingdan/saves',
                        type: 'POST',
                        data: {
                            rName: $(_self).data('rname'),
@@ -586,7 +586,7 @@
            // 行政区
            // $.ajax({
            //     url: 'http://36.134.81.48:18001/api/blade-jfpts/district/district/selectList',
            //     url: 'https://web.byisf.com/api/blade-jfpts/district/district/selectList',
            //     type: 'POST',
            //     dataType: 'JSON',
            //     success: function (data) {
@@ -603,7 +603,7 @@
            // // 警情类型下拉
            // $.ajax({
            //     url: 'http://36.134.81.48:18001/api/blade-jfpts/alarm/alarm/selectScount',
            //     url: 'https://web.byisf.com/api/blade-jfpts/alarm/alarm/selectScount',
            //     type: 'GET',
            //     dataType: 'JSON',
            //     success: function (data) {
@@ -633,7 +633,7 @@
                that.updateRealTable = table.render({
                    elem: '#real_time_table'
                    , height: (layerTabHei - 20)
                    , url: 'http://36.134.81.48:18001/api/blade-jfpts/alarm/alarm/selectList' //数据接口
                    , url: 'https://web.byisf.com/api/blade-jfpts/alarm/alarm/selectList' //数据接口
                    , method: "post"
                    , where: { jtype: '', beginTime: that.realBeginTime, endTime: that.realEndTime }
                    , parseData: function (res) { //res 即为原始返回的数据
@@ -1049,7 +1049,7 @@
            that.realTimeQuery = setInterval(function () {
                if (that.historyPoliceId != null) {
                    $.ajax({
                        url: 'http://36.134.81.48:18001/api/blade-jfpts/alarm/alarm/selecttx',
                        url: 'https://web.byisf.com/api/blade-jfpts/alarm/alarm/selecttx',
                        type: 'POST',
                        dataType: 'JSON',
                        data: {
@@ -1340,7 +1340,7 @@
                layer.confirm('确定撤销该警情?', { icon: 3, title: '提示' }, function (index) {
                    $.ajax({
                        url: 'http://36.134.81.48:18001/api/blade-jfpts/alarm/alarm/deletejj',
                        url: 'https://web.byisf.com/api/blade-jfpts/alarm/alarm/deletejj',
                        type: 'POST',
                        data: {
                            id: id
@@ -1443,7 +1443,7 @@
        updateJType: function (id, czTime, bz, jjTime) {
            $.ajax({
                url: 'http://36.134.81.48:18001/api/blade-jfpts/alarm/alarm/updateJtype',
                url: 'https://web.byisf.com/api/blade-jfpts/alarm/alarm/updateJtype',
                type: 'POST',
                data: {
                    id: id,
src/views/distribution/index.vue
@@ -175,7 +175,7 @@
      }
      var newAxios = axios.create({
        baseURL: "http://36.134.81.48:18001",
        baseURL: "https://web.byisf.com",
        withCredentials: false,
        headers: {}
      });
@@ -210,7 +210,7 @@
    getSelectOptions() {
      var newAxios = axios.create({
        baseURL: "http://36.134.81.48:18001",
        baseURL: "https://web.byisf.com",
        withCredentials: false,
        headers: {}
      });
src/views/home/home.vue
@@ -1,6 +1,6 @@
<template>
  <iframe v-show="iframeState" id="show-iframe" frameborder=0 name="showHere" scrolling=auto
          src="http://36.134.81.48:18001/bigScreen/view/1349193280059879426"></iframe>
          src="https://web.byisf.com/bigScreen/view/1349193280059879426"></iframe>
</template>
<script>
src/views/policeTracking/policeTracking.vue
@@ -278,7 +278,7 @@
      <iframe
        id="mapDiv"
        ref="mapDiv"
        src="http://36.134.81.48:18001/map/index.html?openid=ClientManagement"
        src="https://web.byisf.com/map/index.html?openid=ClientManagement"
        frameborder="0"
        width="100%"
        height="100%"
src/views/realTimePolice/real.vue
@@ -901,7 +901,9 @@
                }
              });
              that.$store.state.tags.tagList = arr;
              row.type = 0;
              row.id = response.data.data;
              that.$router.push({path: "/distribution/index", query: row});
            })
vue.config.js
@@ -35,7 +35,7 @@
      '/api': {
        //本地服务接口地址
        //target: 'http://localhost:82/',
        target: 'http://36.134.81.48:18001/api/',
        target: 'https://web.byisf.com/api/',
        //远程演示服务地址,可用于直接启动项目
        //target: 'https://saber.bladex.vip/api',
        ws: true,