From 2c25949a95d4d1f15bb5606dff352476f013625c Mon Sep 17 00:00:00 2001 From: jxj_yjl <1490736767@qq.com> Date: Tue, 13 Jun 2023 10:20:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9D=AA=E5=B1=B1=E6=B2=99=E6=B9=96=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E9=A1=B5=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/js/config.js | 5 +- src/assets/js/api/zhongjianFourth.js | 3 + src/assets/js/http.js | 3 +- src/router/largeScreen/forth.js | 8 +- src/store/index.js | 14 +- .../projectAdmin/fourEngin/cim/index.vue | 18 ++- .../projectAdmin/fourEngin/command/center.vue | 12 +- .../fourEngin/govComp/leftTop.vue | 2 +- src/views/projectAdmin/fourEngin/index.vue | 17 +- .../projectAdmin/fourEngin/progress/index.vue | 22 ++- .../projectAdmin/fourEngin/progress/uav.vue | 64 +++++++- .../projectAdmin/fourEngin/robot/index.vue | 41 +++++ .../fourEngin/security/centerTopPsshTwo.vue | 25 +++ .../fourEngin/security/eagleEye.vue | 24 +++ .../projectAdmin/fourEngin/security/index.vue | 150 +++++++++++++++++- src/views/projectAdmin/jlw/BIM/index.vue | 2 +- .../projectFront/uavLnspection/uavview.vue | 37 ++++- 17 files changed, 399 insertions(+), 48 deletions(-) create mode 100644 src/views/projectAdmin/fourEngin/robot/index.vue create mode 100644 src/views/projectAdmin/fourEngin/security/centerTopPsshTwo.vue create mode 100644 src/views/projectAdmin/fourEngin/security/eagleEye.vue diff --git a/public/js/config.js b/public/js/config.js index 4d837453..96ff717b 100644 --- a/public/js/config.js +++ b/public/js/config.js @@ -12,7 +12,8 @@ // COMPANY = 'neimenggu'//内蒙古项目 // COMPANY = 'zjsj'//中建四局 // COMPANY = 'zjwj'//中建五局 -COMPANY = 'sccr'//四川成润 +// COMPANY = 'sccr'//四川成润 +COMPANY = 'pssh'//坪山沙湖项目 @@ -24,7 +25,7 @@ var PROJECT = { } -var PROJECT_TYPE = PROJECT.local_test +var PROJECT_TYPE = PROJECT.online_zjsj var headerShow = true; // 是否显示头部 var tabsShow = true; // 是否显示tabs diff --git a/src/assets/js/api/zhongjianFourth.js b/src/assets/js/api/zhongjianFourth.js index f86995f5..1696e699 100644 --- a/src/assets/js/api/zhongjianFourth.js +++ b/src/assets/js/api/zhongjianFourth.js @@ -124,3 +124,6 @@ export const getgetCo2RatioApi = data => get('/xmgl/doubleCarbon/getCo2Ratio',da export const getMaterialTypeApi = data => get('/xmgl/materialType/list',data) export const getDetailsStatisticsApi = data => get('/xmgl/materialDetails/detailsStatistics',data) export const getDetailsStatisticsListApi = data => get('/xmgl/materialDetails/typeDeviationRatio',data) + +//机器人管理 +export const getrobotUrlApi = data => get('xmgl/project/getFmsMonitoringLargeScreenAccessUrl',data) diff --git a/src/assets/js/http.js b/src/assets/js/http.js index 75a8b3c7..4277fd43 100644 --- a/src/assets/js/http.js +++ b/src/assets/js/http.js @@ -90,8 +90,9 @@ if (process.env.NODE_ENV == 'development') { // axios.defaults.baseURL = 'http://118.121.198.147:23232/'//港投(成润)正式 // axios.defaults.baseURL ='http://182.90.224.147:100/' //演示平台/ // axios.defaults.baseURL ='http://192.168.34.221:8070' //郭圣雄本地 - axios.defaults.baseURL ='http://192.168.34.221:30002' //郭圣雄本地 + axios.defaults.baseURL ='http://192.168.34.221:30015' //郭圣雄本地 // axios.defaults.baseURL ='http://192.168.34.221:12350/' //金林湾本地 + // axios.defaults.baseURL ='http://61.145.163.135:12345' //坪山沙湖 } else if (process.env.NODE_ENV == 'debug') { diff --git a/src/router/largeScreen/forth.js b/src/router/largeScreen/forth.js index bc00f3ae..7a264a66 100644 --- a/src/router/largeScreen/forth.js +++ b/src/router/largeScreen/forth.js @@ -46,7 +46,13 @@ export default { path: 'govComp', name: '政企联合', component: () => import('@/views/projectAdmin/fourEngin/govComp') - } + }, + //坪山沙湖项目 + { + path: 'robot', + name: '机器人管理', + component: () => import('@/views/projectAdmin/fourEngin/robot') + }, ] } \ No newline at end of file diff --git a/src/store/index.js b/src/store/index.js index 48c84a6e..59a2ae95 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -48,12 +48,12 @@ export default new Vuex.Store({ BASEURL: baseUrl ? baseUrl : window.location.protocol + "//" + window.location.host + "/", //正式环境 - UPLOADURL: - window.location.protocol + - "//" + - window.location.host + - "/upload/image", //正式环境 - FILEURL: window.location.protocol + "//" + window.location.host + "/image/", //正式环境 + // UPLOADURL: + // window.location.protocol + + // "//" + + // window.location.host + + // "/upload/image", //正式环境 + // FILEURL: window.location.protocol + "//" + window.location.host + "/image/", //正式环境 //--------------------------------------------------------------------------------------------- // BASEURL: baseUrl // ? baseUrl @@ -99,6 +99,8 @@ export default new Vuex.Store({ // FILEURL: 'http://182.90.224.147:15551/image/',//四川成润(内部线上) // UPLOADURL: 'http://118.121.198.147:23232/upload/image',//四川成润(正式) // FILEURL: 'http://118.121.198.147:23232/image/',//四川成润(正式) + UPLOADURL: 'http://192.168.34.221:30015/upload/image',// + FILEURL: 'http://192.168.34.221:30015/image/',// ACCOUNTTYPE: [ "系统管理员", diff --git a/src/views/projectAdmin/fourEngin/cim/index.vue b/src/views/projectAdmin/fourEngin/cim/index.vue index d201f56d..e421271e 100644 --- a/src/views/projectAdmin/fourEngin/cim/index.vue +++ b/src/views/projectAdmin/fourEngin/cim/index.vue @@ -1,7 +1,16 @@ diff --git a/src/views/projectAdmin/fourEngin/robot/index.vue b/src/views/projectAdmin/fourEngin/robot/index.vue new file mode 100644 index 00000000..a3c23bc8 --- /dev/null +++ b/src/views/projectAdmin/fourEngin/robot/index.vue @@ -0,0 +1,41 @@ + + + + + \ No newline at end of file diff --git a/src/views/projectAdmin/fourEngin/security/centerTopPsshTwo.vue b/src/views/projectAdmin/fourEngin/security/centerTopPsshTwo.vue new file mode 100644 index 00000000..459dc78a --- /dev/null +++ b/src/views/projectAdmin/fourEngin/security/centerTopPsshTwo.vue @@ -0,0 +1,25 @@ + + + + + \ No newline at end of file diff --git a/src/views/projectAdmin/fourEngin/security/eagleEye.vue b/src/views/projectAdmin/fourEngin/security/eagleEye.vue new file mode 100644 index 00000000..839c2746 --- /dev/null +++ b/src/views/projectAdmin/fourEngin/security/eagleEye.vue @@ -0,0 +1,24 @@ + + + + + \ No newline at end of file diff --git a/src/views/projectAdmin/fourEngin/security/index.vue b/src/views/projectAdmin/fourEngin/security/index.vue index dab25a46..dfa3d47b 100644 --- a/src/views/projectAdmin/fourEngin/security/index.vue +++ b/src/views/projectAdmin/fourEngin/security/index.vue @@ -1,6 +1,7 @@ diff --git a/src/views/projectAdmin/jlw/BIM/index.vue b/src/views/projectAdmin/jlw/BIM/index.vue index e1369491..68817909 100644 --- a/src/views/projectAdmin/jlw/BIM/index.vue +++ b/src/views/projectAdmin/jlw/BIM/index.vue @@ -24,7 +24,7 @@
- +
diff --git a/src/views/projectFront/uavLnspection/uavview.vue b/src/views/projectFront/uavLnspection/uavview.vue index e79e0b0a..d48ac468 100644 --- a/src/views/projectFront/uavLnspection/uavview.vue +++ b/src/views/projectFront/uavLnspection/uavview.vue @@ -99,9 +99,6 @@ + + {{ item.label }} + + + +
+ + +