瀏覽代碼

数字孪生信创环境

zoro 1 年之前
父節點
當前提交
23b140f7fd

+ 4 - 4
src/apis/kkjk.js

@@ -2,28 +2,28 @@ import request from "@/request/index";
   
 export function GetGcxx() {
   return request({
-      url: 'http://172.16.58.3:8080/ghjgWebServiceTest/DigitalTwain/Bayonet/GetBasicShipInfo',
+      url: 'https://10.83.240.193:8090/ghjgWebServiceTest/DigitalTwain/Bayonet/GetBasicShipInfo',
       method: "post",
   })
 }
 
 export function GetLljk() {
   return request({
-      url: 'http://172.16.58.3:8080/ghjgWebServiceTest/DigitalTwain/Bayonet/getTrafficMonitor',
+      url: 'https://10.83.240.193:8090/ghjgWebServiceTest/DigitalTwain/Bayonet/getTrafficMonitor',
       method: "post",
   })
 }
 
 export function GetCbyj() {
   return request({
-      url: 'http://172.16.58.3:8080/ghjgWebServiceTest/DigitalTwain/Bayonet/GetShipWarning',
+      url: 'https://10.83.240.193:8090/ghjgWebServiceTest/DigitalTwain/Bayonet/GetShipWarning',
       method: "post",
   })
 }
 
 export function GetYjcb(warnType, page, limit) {
   return request({
-      url: 'http://172.16.58.3:8080/ghjgWebServiceTest/DigitalTwain/Bayonet/GetShipWarningByType',
+      url: 'https://10.83.240.193:8090/ghjgWebServiceTest/DigitalTwain/Bayonet/GetShipWarningByType',
       method: "post",
       data: { warnType, page, limit }
   })

+ 4 - 4
src/apis/other.js

@@ -33,7 +33,7 @@ export function GetWeather() {
 export function GetBoatInfo(mmsi, type=null) {
   let prefix = ''
   if(type==='HSX') {
-    prefix = 'http://172.16.58.3:8080/ghjgWebServiceTest'
+    prefix = 'https://10.83.240.193:8090/ghjgWebServiceTest'
   }
   return request({
       url: prefix + '/DigitalTwain/boat/GetBoatPanelInfo',
@@ -47,7 +47,7 @@ export function GetBoatInfo(mmsi, type=null) {
 
 export function GetBoatInfoByEventCode(eventCode) {
   return request({
-      url: 'http://172.16.58.3:8080/ghjgWebServiceTest/DigitalTwain/boat/GetBoatPanelInfo2',
+      url: 'https://10.83.240.193:8090/ghjgWebServiceTest/DigitalTwain/boat/GetBoatPanelInfo2',
       method: "post",
       data: {
         eventCode,
@@ -58,7 +58,7 @@ export function GetBoatInfoByEventCode(eventCode) {
 
 export function GetWaterLevel(startTime, endTime, deviceId='100768') {
   return request({
-      url: 'http://10.83.68.108:8091/ghjgWebServiceTest/ghjg/waterLevelData/getWaterLevel',
+      url: 'https://10.83.240.193:8090/digitalTwain/ghjg/waterLevelData/getWaterLevel',
       method: "post",
       data: {
         startTime,
@@ -70,7 +70,7 @@ export function GetWaterLevel(startTime, endTime, deviceId='100768') {
 
 export function GetTideHeight(startTime, endTime) {
   return request({
-      url: 'http://10.83.68.108:8091/ghjgWebServiceTest/ghjg/waterLevelData/getTide',
+      url: 'https://10.83.240.193:8090/digitalTwain/ghjg/waterLevelData/getTide',
       method: "post",
       data: {
         startTime,

+ 1 - 1
src/request/index.js

@@ -4,7 +4,7 @@ import { useGlobalState } from '../store/index'
 const state = useGlobalState()
 
 const service = axios.create({
-	baseURL: 'http://10.83.68.108:8091/ghjgWebServiceTest',
+	baseURL: 'https://10.83.240.193:8090/digitalTwain',
 	timeout: 60000, // 请求超时时间 毫秒
 	// withCredentials: true,
 	headers: {

+ 23 - 23
src/request/token.js

@@ -1,23 +1,23 @@
-import axios from "axios"
-import { useGlobalState } from '../store/index'
-
-const state = useGlobalState()
-
-export default function getToken() {
-  return axios.post('http://10.83.68.108:8090/ghjgDataShareApi/dataShare/GetToken', {
-    userName: 'ghzx',
-    Password: 'R2h6eEAxMjM='
-  },{
-    headers: {
-      "Content-Type": "application/json",
-    },
-  }).then(res => {
-    if(res.data.status==='success' && res.data.data.token) {
-      state.token.value = res.data.data.token
-    } else {
-      state.token.value = null
-    }
-  }).catch(e => {
-
-  })
-}
+// import axios from "axios"
+// import { useGlobalState } from '../store/index'
+//
+// const state = useGlobalState()
+//
+// export default function getToken() {
+//   return axios.post('https://10.83.240.193:8090/ghjgDataShareApi/dataShare/GetToken', {
+//     userName: 'ghzx',
+//     Password: 'R2h6eEAxMjM='
+//   },{
+//     headers: {
+//       "Content-Type": "application/json",
+//     },
+//   }).then(res => {
+//     if(res.data.status==='success' && res.data.data.token) {
+//       state.token.value = res.data.data.token
+//     } else {
+//       state.token.value = null
+//     }
+//   }).catch(e => {
+//
+//   })
+// }

+ 1 - 1
src/router/index.js

@@ -52,7 +52,7 @@ export const defaultRoutes = [
 
 const router = createRouter({
   routes:defaultRoutes,
-  base: '/ghjg-digital-twin', // 打包发布时Tomcat中webapp下的项目路径
+  //base: '/ghjg-digital-twin', // 打包发布时Tomcat中webapp下的项目路径
   history:createWebHashHistory()
  
 })

+ 3 - 3
src/utils/map/ArcgisUtil.js

@@ -18,8 +18,8 @@ let clickGraphic
 export function initBridge(){
     bridge = new CityGis.Bridge({
         id: "i_map",
-        url: "http://10.83.68.108:8090/mapVue/#/map", //4.23版本政务网
-        // url: "http://10.83.68.108:8090/mapWidgetVue/#/map", //4.26版本政务网
+        url: "https://10.83.240.193:8090/mapVue/#/map", //4.23版本政务网
+        // url: "https://10.83.240.193:8090/mapWidgetVue/#/map", //4.26版本政务网
         // url: "http://localhost:8081/#/map", //政务网
         onReady: function(){
             console.log("地图创建完成");
@@ -105,7 +105,7 @@ export function addLayer(data){
             "title": data.title,
             "visible": data.visible,
             "opacity": data.opacity,
-            // "url": "http://10.83.68.109:6080/arcgis/rest/services/ghjg_cxall/MapServer",
+            // "url": "https://10.83.240.193:8090/arcgis/rest/services/ghjg_cxall/MapServer",
             "url": data.url,
             "type": data.type,
             "token": data.token,

+ 9 - 9
src/utils/map/Layer.js

@@ -14,7 +14,7 @@ let defaultLayerList = [
         id: 'waterPassenger',
         title: 'waterPassenger',
         type: 'feature',
-        url:'http://10.83.68.109:6080/arcgis/rest/services/water_passenger_3857/MapServer',
+        url:'https://10.83.240.193:8090/arcgis/rest/services/water_passenger_3857/MapServer',
         visible: false,
         opacity: 1,
         token: '',
@@ -25,7 +25,7 @@ let defaultLayerList = [
         id: 'digitalTwain',
         title: 'digitalTwain',
         type: 'feature',
-        url:'http://10.83.68.109:6080/arcgis/rest/services/digitalTwain_3857/MapServer',
+        url:'https://10.83.240.193:8090/arcgis/rest/services/digitalTwain_3857/MapServer',
         visible: false,
         opacity: 1,
         token: '',
@@ -36,7 +36,7 @@ let defaultLayerList = [
         id: 'ghjgCxall',
         title: 'ghjgCxall',
         type: 'shc_map',
-        url:'http://10.83.68.109:6080/arcgis/rest/services/ghjg_cxall/MapServer',
+        url:'https://10.83.240.193:8090/arcgis/rest/services/ghjg_cxall/MapServer',
         visible: false,
         opacity: 1,
         token: '',
@@ -98,7 +98,7 @@ export function addLayerByName(name,isShow,opacity){
                 id: 'portLayer',
                 title: 'portLayer',
                 type: 'feature',
-                url: 'http://10.83.68.109:6080/arcgis/rest/services/digitalTwain_3857/MapServer/0',
+                url: 'https://10.83.240.193:8090/arcgis/rest/services/digitalTwain_3857/MapServer/0',
                 visible: isShow,
                 opacity: opacity?opacity:1,
                 token: '',
@@ -121,7 +121,7 @@ export function addLayerByName(name,isShow,opacity){
                 id: 'jjqAreaLayer',
                 title: 'jjqAreaLayer',
                 type: 'feature',
-                url: 'http://10.83.68.109:6080/arcgis/rest/services/jingjiequ/MapServer',
+                url: 'https://10.83.240.193:8090/arcgis/rest/services/jingjiequ/MapServer',
                 visible: isShow,
                 opacity: opacity?opacity:0.5,
                 token: '',
@@ -145,7 +145,7 @@ export function addLayerByName(name,isShow,opacity){
                 id: 'dtqAreaLayer',
                 title: 'dtqAreaLayer',
                 type: 'feature',
-                url: 'http://10.83.68.109:6080/arcgis/rest/services/backArea/MapServer',
+                url: 'https://10.83.240.193:8090/arcgis/rest/services/backArea/MapServer',
                 visible: isShow,
                 opacity: opacity?opacity:0.5,
                 token: '',
@@ -168,7 +168,7 @@ export function addLayerByName(name,isShow,opacity){
                 id: 'mdAreaLayer',
                 title: 'mdAreaLayer',
                 type: 'feature',
-                url: 'http://10.83.68.109:6080/arcgis/rest/services/maodi/MapServer',
+                url: 'https://10.83.240.193:8090/arcgis/rest/services/maodi/MapServer',
                 visible: isShow,
                 opacity: opacity?opacity:0.5,
                 token: '',
@@ -191,7 +191,7 @@ export function addLayerByName(name,isShow,opacity){
                 id: 'ssfwqAreaLayer',
                 title: 'ssfwqAreaLayer',
                 type: 'feature',
-                url: 'http://10.83.68.109:6080/arcgis/rest/services/shuishangfuququ/MapServer',
+                url: 'https://10.83.240.193:8090/arcgis/rest/services/shuishangfuququ/MapServer',
                 visible: isShow,
                 opacity: opacity?opacity:0.5,
                 token: '',
@@ -217,7 +217,7 @@ export function addLayerByName(name,isShow,opacity){
                 id: 'channelLayer',
                 title: 'channelLayer',
                 type: 'feature',
-                url: 'http://10.83.68.109:6080/arcgis/rest/services/digitalTwain_3857/MapServer/2',
+                url: 'https://10.83.240.193:8090/arcgis/rest/services/digitalTwain_3857/MapServer/2',
                 visible: isShow,
                 opacity: opacity?opacity:1,
                 token: '',

+ 1 - 1
src/utils/map/WaterPassenger.js

@@ -184,7 +184,7 @@ export function djldLineAll(isShow) {
         id: 'djldLayer',
         title: 'djldLayer',
         type: 'feature',
-        url: 'http://10.83.68.109:6080/arcgis/rest/services/water_passenger_3857/MapServer/5',
+        url: 'https://10.83.240.193:8090/arcgis/rest/services/water_passenger_3857/MapServer/5',
         visible: isShow,
         opacity: 1,
         token: '',

+ 1 - 1
src/views/home/cpns/VideoForHK.vue

@@ -166,7 +166,7 @@
                                 }, 3000);
                             } else {
                                 initCount.value=0
-                                $("#playWnd").html("<a href='http://10.83.68.109:8080/ghjgWebServiceTest/supervise/videoPlugins/VideoWebPlugin.exe'>插件启动失败,请检查插件是否安装</a>");
+                                $("#playWnd").html("<a href='https://10.83.240.193:8090/ghjgWebService/supervise/videoPlugins/VideoWebPlugin.exe'>插件启动失败,请检查插件是否安装</a>");
                             }
                         }
                     );

+ 10 - 5
vue.config.js

@@ -1,15 +1,20 @@
 const { defineConfig } = require('@vue/cli-service')
 
-module.exports = defineConfig({
-  transpileDependencies: true,
-  lintOnSave:false,
-  publicPath: '/ghjg-digital-twin'
-})
+// module.exports = defineConfig({
+//   transpileDependencies: true,
+//   lintOnSave:false,
+//   //publicPath: '/ghjg-digital-twin'
+//   publicPath: './'
+// })
 
 const webpack = require("webpack");
 
 
 module.exports = {
+  transpileDependencies: true,
+  lintOnSave:false,
+  //publicPath: '/ghjg-digital-twin'
+  publicPath: './',
   configureWebpack: {
     plugins: [
       new webpack.ProvidePlugin({