From 90d19321dceb7bf06568381ef5f2f81394c60061 Mon Sep 17 00:00:00 2001 From: duxiaoning <17621883433@163.com> Date: Tue, 12 Dec 2023 00:08:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=83=A8=E7=BD=B2=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/lang/pendingOrder.js | 3 +-- src/views/Daichuli/Feedback/Inspection/index.vue | 6 +++--- src/views/Daichuli/index.vue | 2 +- vue.config.js | 8 ++++---- 4 files changed, 9 insertions(+), 10 deletions(-) diff --git a/src/api/lang/pendingOrder.js b/src/api/lang/pendingOrder.js index 7677a0b..a4b8473 100644 --- a/src/api/lang/pendingOrder.js +++ b/src/api/lang/pendingOrder.js @@ -192,9 +192,8 @@ export function downloadPdf(url) { */ export async function getUserInfo(token) { return request({ - url: "/app/logincheck?token=" + token, + url: YUNGUAN_SERVER_URL+"/app/logincheck?token=" + token, method: "get", - baseURL: process.env.VUE_APP_BASE_API+"/yunguan-app" }); } /** diff --git a/src/views/Daichuli/Feedback/Inspection/index.vue b/src/views/Daichuli/Feedback/Inspection/index.vue index a50752f..af3d4e6 100644 --- a/src/views/Daichuli/Feedback/Inspection/index.vue +++ b/src/views/Daichuli/Feedback/Inspection/index.vue @@ -279,10 +279,10 @@ export default { const pm = (self.productMsg = am.productMsg); self.geoWorkSpace = pm.geoWorkspace; self.geoLayerName = pm.geoLayerName; - self.tifPath = pm.ftpPath; + // self.tifPath = pm.ftpPath; //由于空天院内网服务无法拉取外网资源,先改成内网资源访问 - // let rt = pm.ftpPath.split('/'); - // self.tifPath = 'http://10.0.31.125:18030/inspection/files/' + rt[rt.length - 1]; + let rt = pm.ftpPath.split('/'); + self.tifPath = 'http://10.0.31.125:18030/inspection/files/' + rt[rt.length - 1]; self.projection = pm.projection; // 赋值真实性检验方法 diff --git a/src/views/Daichuli/index.vue b/src/views/Daichuli/index.vue index 3c78e2b..0ef1262 100644 --- a/src/views/Daichuli/index.vue +++ b/src/views/Daichuli/index.vue @@ -165,7 +165,7 @@ export default { // 适配完成产品 // 土壤盐:153079 干涉形变:153086 干涉大气 153087 正射:152945 - this.$router.push("/orderUnprocessed?orderId=153047&token=WEB*1701824857923@4QA4_ZZX-yg000087_92ce3354ff6b48808c7bd2d9f6949046"); + this.$router.push("/orderUnprocessed?orderId=153047&token=WEB*1702299264098@DA43_ZZX-yg000087_0149c8db76114f06a91e15707f103a0d"); }, }, }; diff --git a/vue.config.js b/vue.config.js index 32011e6..2bc3a4c 100644 --- a/vue.config.js +++ b/vue.config.js @@ -35,8 +35,8 @@ module.exports = { } }, [process.env.VUE_APP_REALITY_API]: { - // target: "http://124.16.188.131:28092/microwave", - target: "http://192.168.8.181:28092/microwave", + target: "http://124.16.188.131:28092/microwave", + // target: "http://192.168.8.181:28092/microwave", // target: "http://192.168.1.104:18092/microwave", changeOrigin: true, pathRewrite: { @@ -44,8 +44,8 @@ module.exports = { } }, [process.env.VUE_APP_FILE_API]: { - // target: "http://124.16.188.131:28093/file", - target: "http://192.168.8.181:28093/file", + target: "http://124.16.188.131:28093/file", + // target: "http://192.168.8.181:28093/file", changeOrigin: true, pathRewrite: { ["^" + process.env.VUE_APP_FILE_API]: ""