提交配置文件

tykong-cidian
duxiaoning 2024-08-30 22:48:48 +08:00
parent db69c3a73c
commit 9e9b617c7a
2 changed files with 7 additions and 7 deletions

View File

@ -280,10 +280,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;
//

View File

@ -35,16 +35,16 @@ module.exports = {
}
},
[process.env.VUE_APP_REALITY_API]: {
// target: "https://124.16.188.131:28092/microwave",
target: "http://192.168.1.227:18092/microwave",
target: "https://124.16.188.131:28092/microwave",
// target: "http://192.168.1.227:18092/microwave",
changeOrigin: true,
pathRewrite: {
["^" + process.env.VUE_APP_REALITY_API]: ""
}
},
[process.env.VUE_APP_FILE_API]: {
// target: "https://124.16.188.131:28093/file",
target: "http://192.168.1.227:18093/file",
target: "https://124.16.188.131:28093/file",
// target: "http://192.168.1.227:18093/file",
changeOrigin: true,
pathRewrite: {
["^" + process.env.VUE_APP_FILE_API]: ""