修改部署地址

tykong-cidian
duxiaoning 2023-12-12 00:08:18 +08:00
parent a30a23f187
commit 90d19321dc
4 changed files with 9 additions and 10 deletions

View File

@ -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"
}); });
} }
/** /**

View File

@ -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;
// //

View File

@ -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");
}, },
}, },
}; };

View File

@ -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]: ""