xyg 6 hónapja
szülő
commit
b764658fc1

+ 3 - 3
nngkxxdp/src/main/resources/static/naxsb/dqfw.html

@@ -277,7 +277,7 @@
         el: '#dqfw',
         data: function () {
             return {
-                reqPtah: 'http://8.137.113.116:8082',
+                reqPtah: '',
                 currentTab: '',
                 currtopId: '',
                 leftList: [],
@@ -294,7 +294,7 @@
             getParkData(id) {
                 let that = this;
                 $.ajax({
-                    url: "partyService/listAll/" + id,
+                    url: that.reqPtah + "/partyService/listAll/" + id,
                     type: "get",
                     dataType: "json",
                     success: function (data) {
@@ -319,7 +319,7 @@
             getrightData(id) {
                 let that = this;
                 $.ajax({
-                    url: "partyService/" + id,
+                    url: that.reqPtah + "/partyService/" + id,
                     type: "get",
                     dataType: "json",
                     success: function (data) {

+ 6 - 8
nngkxxdp/src/main/resources/static/naxsb/floorone.html

@@ -145,7 +145,7 @@
 <body>
     <div class="container" id="app">
         <div class="floorTabs">
-            <div class="list" :class="{ active: currentFloor === tab.id }" v-for="(tab,index) in floorList" :key="index"
+            <div class="list" :class="{ active: currentFloor == tab.id }" v-for="(tab,index) in floorList" :key="index"
                 @click="floorChange(tab.id)">
                 {{tab.name}}
             </div>
@@ -267,7 +267,7 @@
                 </div> -->
             </div>
         </div>
-        <div class="moxing" v-show="currentFloor === 1">
+        <div class="moxing" v-show="currentFloor == 1">
             <div class="imgDiv">
                 <img src="images/floordetail1.png" alt="">
                 <img src="images/floorArowRigt.png" alt=""
@@ -291,7 +291,7 @@
             <div style="font-size: 26px;color: #004A93;">2号楼一楼婚姻登记处社保卡办理</div>
             <div style="font-size: 20px;color: #547596;">(您可以点击图中的按钮查看详情)</div>
         </div>
-        <div class="moxing" v-show="currentFloor === 2">
+        <div class="moxing" v-show="currentFloor == 2">
             <div class="imgDiv">
                 <img src="images/floordetail2.png" alt="">
                 <div class="namebtnl threed" style="left: 286px;bottom: 91px;">自助服务区</div>
@@ -305,7 +305,7 @@
             <div style="font-size: 26px;color: #004A93;">2号楼二楼无差别、区公安办理区</div>
             <div style="font-size: 20px;color: #547596;">(您可以点击图中的按钮查看详情)</div>
         </div>
-        <div class="moxing" v-show="currentFloor === 3">
+        <div class="moxing" v-show="currentFloor == 3">
             <div class="imgDiv">
                 <img src="images/floordetail3.png" alt="">
                 <div class="namebtnl threed"
@@ -410,13 +410,11 @@
         },
         created() {
             this.unitBtnClick();
-            // this.currentFloor = this.$route.query.floorid;
         },
         mounted() {
             const url = new URL(window.location.href);
             const id = url.searchParams.get('floorid');
             this.currentFloor = id;
-            console.log(this.currentFloor)
         },
         methods: {
             handleCurrentChange(val) {
@@ -458,7 +456,7 @@
             getItemList(currentPage, businessId) {
                 var that = this;
                 $.ajax({
-                    url: "handleBusiness/query",
+                    url: "/handleBusiness/query",
                     type: "post",
                     contentType: 'application/json',
                     data: JSON.stringify({
@@ -537,7 +535,7 @@
             if (id) {
                 that.nowDiv.btnid = id;
                 $.ajax({
-                    url: "handleBusiness/" + id,
+                    url: "/handleBusiness/" + id,
                     type: "get",
                     dataType: "json",
                     success: function (data) {

+ 4 - 4
nngkxxdp/src/main/resources/static/naxsb/indexcygyy.html

@@ -384,7 +384,7 @@
         el: '#indexcygyy',
         data: function () {
             return {
-                reqPtah: 'http://8.137.113.116:8082',
+                reqPtah: '',
                 currentTab: -1,
                 titleList: [],
                 currentTitle: '',
@@ -463,7 +463,7 @@
             getSellBuild(id) {
                 let that = this;
                 $.ajax({
-                    url: "sellBuild",
+                    url: that.reqPtah + "/sellBuild",
                     type: "post",
                     contentType: 'application/json',
                     data: JSON.stringify({
@@ -485,7 +485,7 @@
             getParkData() {
                 let that = this;
                 $.ajax({
-                    url: "parkData/",
+                    url: that.reqPtah + "/parkData/",
                     type: "get",
                     dataType: "json",
                     success: function (data) {
@@ -501,7 +501,7 @@
             getDetailData(id) {
                 let that = this;
                 $.ajax({
-                    url: "parkData/" + id,
+                    url: that.reqPtah + "/parkData/" + id,
                     type: "get",
                     dataType: "json",
                     success: function (data) {

+ 1 - 1
nngkxxdp/src/main/resources/static/naxsb/indexsyyg.html

@@ -301,7 +301,7 @@
             getParkData() {
                 let that = this;
                 $.ajax({
-                    url: "parkData/",
+                    url: "/parkData/",
                     type: "get",
                     dataType: "json",
                     success: function (data) {

+ 20 - 12
nngkxxdp/src/main/resources/static/naxsb/syyggyy.html

@@ -352,7 +352,7 @@ border: 1px solid #EFA34E;color: #EFA34E;"><span>企业人才</span><span>服务
         el: '#ggyq',
         data: function () {
             return {
-                reqPtah: 'http://8.137.113.116:8082',
+                reqPtah: '',
                 pageSize: 20,
                 jbqk: {},
                 qwysList: [],
@@ -400,7 +400,7 @@ border: 1px solid #EFA34E;color: #EFA34E;"><span>企业人才</span><span>服务
             getJBQK(id) {
                 let that = this;
                 $.ajax({
-                    url: "parkData/" + id,
+                    url: that.reqPtah + "/parkData/" + id,
                     type: "get",
                     dataType: "json",
                     success: function (data) {
@@ -427,17 +427,19 @@ border: 1px solid #EFA34E;color: #EFA34E;"><span>企业人才</span><span>服务
                 const id = addr.searchParams.get('id');
                 // 设定中心点和地图级别
                 if (id == 1) {
-                    map.centerAndZoom(new BMap.Point(106.651444, 29.48682), 14);
+                    map.centerAndZoom(new BMap.Point(106.651444, 29.45682), 14);
                     var marker = new BMap.Marker(new BMap.Point(106.651444, 29.48682));        // 创建标注    
                     map.addOverlay(marker);
                 } else if (id == 2) {
-                    map.centerAndZoom(new BMap.Point(106.76723874457288, 29.583376880811712), 14);
+                    map.centerAndZoom(new BMap.Point(106.76723874457288, 29.573276880811712), 14);
                 } else if (id == 3) {
-                    map.centerAndZoom(new BMap.Point(106.69517131217539, 29.52577313312822), 14);
+                    map.centerAndZoom(new BMap.Point(106.69517131217539, 29.51577313312822), 15);
                 } else if (id == 4) {
-                    map.centerAndZoom(new BMap.Point(106.559829995157, 29.511581648208534), 14);
+                    map.centerAndZoom(new BMap.Point(106.559829995157, 29.501581648208534), 15);
                 } else if (id == 5) {
-                    map.centerAndZoom(new BMap.Point(106.72294027111843, 29.505690776940248), 14);
+                    map.centerAndZoom(new BMap.Point(106.72194027111843, 29.513690776940248), 16);
+                } else if (id == 6) {
+                    map.centerAndZoom(new BMap.Point(106.70580793222035, 29.514020426917684), 16);
                 } else {
                     map.centerAndZoom(new BMap.Point(106.651444, 29.48682), 14);
                 }
@@ -459,6 +461,7 @@ border: 1px solid #EFA34E;color: #EFA34E;"><span>企业人才</span><span>服务
                 });
                 // 将多边形添加到地图中
                 map.addOverlay(polygon);
+
                 // 创建文本标签
                 if (id == 1) {
                     var opts = {
@@ -485,6 +488,11 @@ border: 1px solid #EFA34E;color: #EFA34E;"><span>企业人才</span><span>服务
                         position: new BMap.Point(106.71894027111843, 29.522690776940248), // 指定文本标签所在的地理位置
                         offset: new BMap.Size(10, 10) // 设置文本偏移量
                     };
+                } else if (id == 6) {
+                    var opts = {
+                        position: new BMap.Point(106.70480793222035, 29.523020426917684), // 指定文本标签所在的地理位置
+                        offset: new BMap.Size(10, 10) // 设置文本偏移量
+                    };
                 } else {
                     var opts = {
                         position: new BMap.Point(106.644876, 29.491868), // 指定文本标签所在的地理位置
@@ -496,7 +504,7 @@ border: 1px solid #EFA34E;color: #EFA34E;"><span>企业人才</span><span>服务
                 // 自定义文本标签样式
                 label.setStyle({
                     color: "#FFFFFF",
-                    fontSize: "40px",
+                    fontSize: "22px",
                     height: "auto",
                     lineHeight: "20px",
                     fontFamily: "微软雅黑",
@@ -512,7 +520,7 @@ border: 1px solid #EFA34E;color: #EFA34E;"><span>企业人才</span><span>服务
             getDetail(id) {
                 let that = this;
                 $.ajax({
-                    url: "parkData/details/" + id,
+                    url: that.reqPtah + "/parkData/details/" + id,
                     type: "get",
                     dataType: "json",
                     success: function (data) {
@@ -537,7 +545,7 @@ border: 1px solid #EFA34E;color: #EFA34E;"><span>企业人才</span><span>服务
             getSellBuild(id) {
                 let that = this;
                 $.ajax({
-                    url: "sellBuild",
+                    url: that.reqPtah + "/sellBuild",
                     type: "post",
                     contentType: 'application/json',
                     data: JSON.stringify({
@@ -558,7 +566,7 @@ border: 1px solid #EFA34E;color: #EFA34E;"><span>企业人才</span><span>服务
             getSellLand(id) {
                 let that = this;
                 $.ajax({
-                    url: "sellLand",
+                    url: that.reqPtah + "/sellLand",
                     type: "post",
                     contentType: 'application/json',
                     data: JSON.stringify({
@@ -576,7 +584,7 @@ border: 1px solid #EFA34E;color: #EFA34E;"><span>企业人才</span><span>服务
             getParkActivity(id) {
                 let that = this;
                 $.ajax({
-                    url: "parkActivity",
+                    url: that.reqPtah + "/parkActivity",
                     type: "post",
                     contentType: 'application/json',
                     data: JSON.stringify({

+ 2 - 2
nngkxxdp/src/main/resources/static/naxsb/tdcr.html

@@ -242,7 +242,7 @@
         el: '#tdcr',
         data: function () {
             return {
-                reqPtah: 'http://8.137.113.116:8082',
+                reqPtah: '',
                 tdcrDetail: {},
                 imgUrl: '',
                 swiperList: []
@@ -337,7 +337,7 @@
             getLandDetail(id) {
                 let that = this;
                 $.ajax({
-                    url: "sellLand/" + id,
+                    url: that.reqPtah + "/sellLand/" + id,
                     type: "get",
                     async: false,
                     dataType: "json",

+ 4 - 4
nngkxxdp/src/main/resources/static/naxsb/tdcrlist.html

@@ -232,7 +232,7 @@
         data: function () {
             return {
                 // reqPtah: 'http://172.16.99.105:8082',
-                reqPtah: 'http://8.137.113.116:8082',
+                reqPtah: '',
                 currentPq: 1,
                 contentList: [],
                 pageSize: 1000,
@@ -270,7 +270,7 @@
             getSellLand(id) {
                 let that = this;
                 $.ajax({
-                    url: "sellLand",
+                    url: that.reqPtah + "/sellLand",
                     type: "post",
                     contentType: 'application/json',
                     data: JSON.stringify({
@@ -290,7 +290,7 @@
             getParkDetail() {
                 let that = this;
                 $.ajax({
-                    url: "parkData/" + that.currentPq,
+                    url: that.reqPtah + "/parkData/" + that.currentPq,
                     type: "get",
                     dataType: "json",
                     success: function (data) {
@@ -335,7 +335,7 @@
             getSellBuild(id) {
                 let that = this;
                 $.ajax({
-                    url: "sellBuild",
+                    url: that.reqPtah + "/sellBuild",
                     type: "post",
                     contentType: 'application/json',
                     data: JSON.stringify({

+ 2 - 2
nngkxxdp/src/main/resources/static/naxsb/tsfw.html

@@ -217,7 +217,7 @@
         el: '#tsfw',
         data: function () {
             return {
-                reqPtah: 'http://8.137.113.116:8082',
+                reqPtah: '',
                 // reqPtah: 'http://172.16.99.105:8082',
                 leftList: [],
                 person: '',
@@ -229,7 +229,7 @@
             getParkData(id) {
                 let that = this;
                 $.ajax({
-                    url: "specialService/list/" + id,
+                    url: that.reqPtah + "/specialService/list/" + id,
                     type: "get",
                     dataType: "json",
                     success: function (data) {

+ 1 - 1
nngkxxdp/src/main/resources/static/naxsb/wybdb.html

@@ -420,7 +420,7 @@
         data: function () {
             return {
                 dialogVisible: false,
-                reqPtah: 'http://8.137.113.116:8082',
+                reqPtah: '',
                 form: {
                     unitName: '',
                     projectCoding: '',

+ 1 - 1
nngkxxdp/src/main/resources/static/naxsb/wyyy.html

@@ -198,7 +198,7 @@
         data: function () {
             return {
                 dialogVisible: false,
-                reqPtah: 'http://8.137.113.116:8082',
+                reqPtah: '',
                 form: {
                     overtimeName: '',
                     overtimeAge: '',

+ 2 - 2
nngkxxdp/src/main/resources/static/naxsb/znxz.html

@@ -234,7 +234,7 @@
         el: '#znxz',
         data: function () {
             return {
-                reqPtah: 'http://8.137.113.116:8082',
+                reqPtah: '',
                 tjdzList: [
                     {
                         name: "软信服务业"
@@ -263,7 +263,7 @@
             getParkData(id) {
                 let that = this;
                 $.ajax({
-                    url: "selectionAddr/listAll/" + id,
+                    url: that.reqPtah + "/selectionAddr/listAll/" + id,
                     type: "get",
                     dataType: "json",
                     success: function (data) {

+ 2 - 2
nngkxxdp/src/main/resources/static/naxsb/ztcrdetail.html

@@ -277,7 +277,7 @@
         el: '#ztcr',
         data: function () {
             return {
-                reqPtah: 'http://8.137.113.116:8082',
+                reqPtah: '',
                 ztcrDetail: {},
                 imgUrl: 'images/slide1.png',
                 swiperList: [],
@@ -314,7 +314,7 @@
             getBuildDetail(id) {
                 let that = this;
                 $.ajax({
-                    url: "sellBuild/" + id,
+                    url: that.reqPtah + "/sellBuild/" + id,
                     type: "get",
                     dataType: "json",
                     success: function (data) {

+ 4 - 4
nngkxxdp/src/main/resources/static/naxsb/ztcrlist.html

@@ -229,7 +229,7 @@
         el: '#znxz',
         data: function () {
             return {
-                reqPtah: 'http://8.137.113.116:8082',
+                reqPtah: '',
                 pageSize: 10000,
                 parkMap: {},
                 maptitle: '',
@@ -344,7 +344,7 @@
             getParkDetail() {
                 let that = this;
                 $.ajax({
-                    url: "parkData/" + that.currentPq,
+                    url: that.reqPtah + "/parkData/" + that.currentPq,
                     type: "get",
                     dataType: "json",
                     success: function (data) {
@@ -394,7 +394,7 @@
                     title: "全部"
                 });
                 $.ajax({
-                    url: "parkData",
+                    url: that.reqPtah + "/parkData",
                     type: "get",
                     dataType: "json",
                     success: function (data) {
@@ -407,7 +407,7 @@
             getSellBuild() {
                 let that = this;
                 $.ajax({
-                    url: "sellBuild",
+                    url: that.reqPtah + "/sellBuild",
                     type: "post",
                     contentType: 'application/json',
                     data: JSON.stringify({

+ 1 - 1
nngkxxdp/src/main/resources/static/naxsb/zwfwtyy.html

@@ -239,7 +239,7 @@
         data: function () {
             return {
                 dialogVisible: false,
-                reqPtah: 'http://8.137.113.116:8082',
+                reqPtah: '',
                 form: {
                     experienceName: '',
                     experienceAge: '',