Quellcode durchsuchen

部分内容调整

liangluogis vor 5 Monaten
Ursprung
Commit
c508b0b3f5

+ 9 - 8
public/config.js

@@ -17,15 +17,16 @@ export const iserverConfig = {
     'baseUrl': 'http://221.182.8.141:8090/iserver/'
 }
 export const getResultList = {
-    // coordinatedEvaluationUrl: "http://221.182.8.141:7021/data/response.json",
-    coordinatedEvaluationUrl: "./static/response.json",
-    analyseDataUrl: "http://221.182.8.141:7021/analyze_epc_synergy",
-    // problemUrl: "http://221.182.8.141:7022/data/response.json",
-    problemUrl: "./static/response-wt.json",
-    problemFileUrl: "http://221.182.8.141:7022/process_documents",
+    coordinatedEvaluationUrl: "https://tgdcepc.ctg.com.cn:8443/gis/decisionsupport2/data/response.json",
+    //coordinatedEvaluationUrl: "./static/response.json",
+    analyseDataUrl: "https://tgdcepc.ctg.com.cn:8443/gis/decisionsupport2/analyze_epc_synergy",
+    problemUrl: "https://tgdcepc.ctg.com.cn:8443/gis/decisionsupport3/data/response.json",
+    
+    // problemUrl: "./static/response-wt.json",
+    problemFileUrl: "https://tgdcepc.ctg.com.cn:8443/gis/decisionsupport3/process_documents",
     sgjdmn_init: './static/testData.json',
-    sgjdmn_analysis: 'http://127.0.0.1:8000/run',
-    fileUrl: 'http://127.0.0.1:8000/run',//下载
+    sgjdmn_analysis: 'https://tgdcepc.ctg.com.cn:8443/gis/decisionsupport/run',
+    fileUrl: 'https://tgdcepc.ctg.com.cn:8443/gis/decisionsupport/run',//下载
     goOut:"https://tgdcepc.ctg.com.cn:8443/bimp/#/login"
 }
 //退出登录的地址

+ 1 - 0
src/store/modules/bigScreen.ts

@@ -133,6 +133,7 @@ const actions = {
   initGISResource({ commit, state }) {
     return new Promise((resolve, reject) => {
       GetUserInitData({ platform: 1 }).then(res => {
+        debugger
         //重置GIS资源值
         Object.keys(appconfig.bigScreenMapSettings.gisResource).forEach(item => appconfig.bigScreenMapSettings.gisResource[item].config = {})
         const result = res.result.progisresource.find(e => e.code == `groupPageMapService_${state.currentProjectCode}`)

+ 1 - 0
src/store/modules/cesiumMap.ts

@@ -66,6 +66,7 @@ const actions = {
                     if (resData) {
                         AppX.appConfig.initPosition = JSON.parse(sessionStorage.getItem('initPosition'));
                         AppX.appConfig.currentPrj = JSON.parse(sessionStorage.getItem('currentPrj'));
+                        debugger
                         for (var pro in AppX.appConfig.gisResource) {
                             AppX.appConfig.gisResource[pro].config = {};
                             if (resData.progisresource && resData.progisresource.length > 0) {

+ 1 - 0
src/views/widgets/LayerList/widget.vue

@@ -102,6 +102,7 @@ export default {
       const gisSource = this.AppX.appConfig.gisResource
       const themeConfig = gisSource[Config.themeMap].config
       const themegroup = this.initThemelayers(themeConfig)
+      debugger
       // for (let i = 0; i < themeConfig.length; i++) {
       //     const themeitem = themeConfig[i];
       //     themeLayer.push({ label: themeitem.name, name: themeitem.key, type: "img", add: true, dic: Config.themeMap, sort: themeitem.sort ? themeitem.sort : 1000 });