上传
This commit is contained in:
parent
69e25c8ba5
commit
8a8eb2108b
BIN
web/dist.rar
Normal file
BIN
web/dist.rar
Normal file
Binary file not shown.
BIN
web/dist.tar
Normal file
BIN
web/dist.tar
Normal file
Binary file not shown.
BIN
web/dist.tar(1).gz
Normal file
BIN
web/dist.tar(1).gz
Normal file
Binary file not shown.
BIN
web/dist.tar.gz
Normal file
BIN
web/dist.tar.gz
Normal file
Binary file not shown.
BIN
web/dist.zip
Normal file
BIN
web/dist.zip
Normal file
Binary file not shown.
@ -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",
|
||||||
|
@ -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
2
web/压缩targz.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# 将目录或文件压缩为 .tar.gz
|
||||||
|
tar -czvf dist.tar.gz dist
|
Loading…
Reference in New Issue
Block a user