master
kang luyu 2024-10-08 11:12:57 +08:00
parent 55eeb0ac69
commit 583a69ca64
6 changed files with 3115 additions and 1581 deletions
src
assets/json
views
LoadManagementPage
layout
pages/OpticalStoragePage

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

View File

@ -76,7 +76,7 @@
// // }
// // name()
// // //
// // use_app_store.getTag()
// // use_app_store.getTag()10.120.75.248:80
// });

View File

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

View File

@ -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,