This commit is contained in:
wanxiaoli 2025-05-30 17:11:23 +08:00
parent 69e25c8ba5
commit 8a8eb2108b
8 changed files with 4 additions and 2 deletions

BIN
web/dist.rar Normal file

Binary file not shown.

BIN
web/dist.tar Normal file

Binary file not shown.

BIN
web/dist.tar(1).gz Normal file

Binary file not shown.

BIN
web/dist.tar.gz Normal file

Binary file not shown.

BIN
web/dist.zip Normal file

Binary file not shown.

View File

@ -3,7 +3,7 @@ window.webConfig = {
"VITEAPPBASEWEB": "https://edu.mmhyvision.com/vision", "VITEAPPBASEWEB": "https://edu.mmhyvision.com/vision",
"webApiBaseApp": "https://edu.mmhyvision.com/parent", "webApiBaseApp": "https://edu.mmhyvision.com/parent",
"mapUrl":"http://192.168.1.208", "mapUrl":"http://192.168.1.208",
"WebSocketUrl":"ws://192.168.1.208:8087", "WebSocketUrl":"ws://192.168.1.166:8087",
"title": "文档与数据管理系统", "title": "文档与数据管理系统",
"bgImg": "beijing.jpg", "bgImg": "beijing.jpg",
"loginLogo": "uplogo.png", "loginLogo": "uplogo.png",

View File

@ -28,7 +28,7 @@ export default ({ mode }: ConfigEnv): UserConfig => {
//线上API地址 //线上API地址
//target: 'https://edu.mmhyvision.com:8443', //target: 'https://edu.mmhyvision.com:8443',
// 本地API地址 // 本地API地址
target: 'http://192.168.1.208:8087', target: 'http://192.168.1.166:8087',
changeOrigin: true, changeOrigin: true,
rewrite: path => rewrite: path =>
path.replace(new RegExp('^' + env.VITE_APP_BASE_API), '') path.replace(new RegExp('^' + env.VITE_APP_BASE_API), '')

2
web/压缩targz.txt Normal file
View File

@ -0,0 +1,2 @@
# 将目录或文件压缩为 .tar.gz
tar -czvf dist.tar.gz dist