updata
parent
55eeb0ac69
commit
583a69ca64
Binary file not shown.
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 134 KiB |
File diff suppressed because one or more lines are too long
|
@ -76,7 +76,7 @@
|
|||
// // }
|
||||
// // name()
|
||||
// // // 获取标签数据
|
||||
// // use_app_store.getTag()
|
||||
// // use_app_store.getTag()10.120.75.248:80
|
||||
// });
|
||||
|
||||
|
||||
|
|
|
@ -55,9 +55,9 @@ let handleClose = (data: tagInfo) => {
|
|||
}
|
||||
};
|
||||
|
||||
// let three_D_IP = ref<string>('10.85.224.143:80') // 上海院给的ip
|
||||
let three_D_IP = ref<string>('10.85.224.143:80') // 上海院给的ip
|
||||
// let three_D_IP = ref<string>('10.86.224.3:80') /// 上海院给的ip离线
|
||||
let three_D_IP = ref<string>("10.120.75.248:80"); // 天津城南三维推流
|
||||
// let three_D_IP = ref<string>("10.120.75.248:80"); // 天津城南三维推流
|
||||
|
||||
// 切换当前的三维ip
|
||||
let numFlag = ref<number>(0);
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -85,13 +85,12 @@ export default defineConfig({
|
|||
},
|
||||
server: {
|
||||
hmr: true,
|
||||
host:'0.0.0.0',
|
||||
host: "0.0.0.0",
|
||||
proxy: {
|
||||
"/api": {
|
||||
// target: "http://192.168.18.106:8080",
|
||||
// target: "http://127.0.0.1:8080",
|
||||
target: "http://192.168.43.48:8080",
|
||||
|
||||
// target: "http://192.168.43.48:8080",
|
||||
// 测试地址 gu
|
||||
target: "http://192.168.18.109:8080",
|
||||
|
||||
// 天津地址
|
||||
// target:"http://192.168.5.102:18801",
|
||||
|
@ -102,8 +101,9 @@ export default defineConfig({
|
|||
secure: false,
|
||||
},
|
||||
"/api-svg": {
|
||||
// target: "http://192.168.18.106:8080",
|
||||
target: "http://127.0.0.1:19081",
|
||||
// target: "http://127.0.0.1:19081",
|
||||
// 测试地址 gu
|
||||
target: "http://192.168.18.109:8080",
|
||||
// 天津地址
|
||||
// target:"http://192.168.5.102:18801",
|
||||
changeOrigin: true,
|
||||
|
@ -113,8 +113,9 @@ export default defineConfig({
|
|||
secure: false,
|
||||
},
|
||||
"/api_car": {
|
||||
// target: "http://192.168.18.106:8080",
|
||||
target: "http://127.0.0.1:16091",
|
||||
// target: "http://127.0.0.1:16091",
|
||||
// 测试地址 gu
|
||||
target: "http://192.168.18.109:8080",
|
||||
// 天津地址
|
||||
// target:"http://192.168.5.102:18801",
|
||||
changeOrigin: true,
|
||||
|
|
Loading…
Reference in New Issue