修改部署地址
parent
a30a23f187
commit
90d19321dc
|
@ -192,9 +192,8 @@ export function downloadPdf(url) {
|
||||||
*/
|
*/
|
||||||
export async function getUserInfo(token) {
|
export async function getUserInfo(token) {
|
||||||
return request({
|
return request({
|
||||||
url: "/app/logincheck?token=" + token,
|
url: YUNGUAN_SERVER_URL+"/app/logincheck?token=" + token,
|
||||||
method: "get",
|
method: "get",
|
||||||
baseURL: process.env.VUE_APP_BASE_API+"/yunguan-app"
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -279,10 +279,10 @@ export default {
|
||||||
const pm = (self.productMsg = am.productMsg);
|
const pm = (self.productMsg = am.productMsg);
|
||||||
self.geoWorkSpace = pm.geoWorkspace;
|
self.geoWorkSpace = pm.geoWorkspace;
|
||||||
self.geoLayerName = pm.geoLayerName;
|
self.geoLayerName = pm.geoLayerName;
|
||||||
self.tifPath = pm.ftpPath;
|
// self.tifPath = pm.ftpPath;
|
||||||
//由于空天院内网服务无法拉取外网资源,先改成内网资源访问
|
//由于空天院内网服务无法拉取外网资源,先改成内网资源访问
|
||||||
// let rt = pm.ftpPath.split('/');
|
let rt = pm.ftpPath.split('/');
|
||||||
// self.tifPath = 'http://10.0.31.125:18030/inspection/files/' + rt[rt.length - 1];
|
self.tifPath = 'http://10.0.31.125:18030/inspection/files/' + rt[rt.length - 1];
|
||||||
self.projection = pm.projection;
|
self.projection = pm.projection;
|
||||||
|
|
||||||
// 赋值真实性检验方法
|
// 赋值真实性检验方法
|
||||||
|
|
|
@ -165,7 +165,7 @@ export default {
|
||||||
|
|
||||||
// 适配完成产品
|
// 适配完成产品
|
||||||
// 土壤盐:153079 干涉形变:153086 干涉大气 153087 正射:152945
|
// 土壤盐: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");
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
|
@ -35,8 +35,8 @@ module.exports = {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
[process.env.VUE_APP_REALITY_API]: {
|
[process.env.VUE_APP_REALITY_API]: {
|
||||||
// target: "http://124.16.188.131:28092/microwave",
|
target: "http://124.16.188.131:28092/microwave",
|
||||||
target: "http://192.168.8.181:28092/microwave",
|
// target: "http://192.168.8.181:28092/microwave",
|
||||||
// target: "http://192.168.1.104:18092/microwave",
|
// target: "http://192.168.1.104:18092/microwave",
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
pathRewrite: {
|
pathRewrite: {
|
||||||
|
@ -44,8 +44,8 @@ module.exports = {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
[process.env.VUE_APP_FILE_API]: {
|
[process.env.VUE_APP_FILE_API]: {
|
||||||
// target: "http://124.16.188.131:28093/file",
|
target: "http://124.16.188.131:28093/file",
|
||||||
target: "http://192.168.8.181:28093/file",
|
// target: "http://192.168.8.181:28093/file",
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
pathRewrite: {
|
pathRewrite: {
|
||||||
["^" + process.env.VUE_APP_FILE_API]: ""
|
["^" + process.env.VUE_APP_FILE_API]: ""
|
||||||
|
|
Loading…
Reference in New Issue