1.配置文件修改

2.修logo.png损坏问题
This commit is contained in:
张天尧 2025-02-06 10:55:45 +08:00
parent 53aed94a63
commit e680e038ac
2 changed files with 6 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 0 B

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -1,12 +1,18 @@
let baseUrl = '';
if (process.env.NODE_ENV === 'development') {
// 本地和内网后端地址
baseUrl = 'http://localhost:8081/kehui';
// 内网地址
// baseUrl = 'http://192.168.10.1:8081/kehui';
/*APP打包路径*/
// baseUrl = 'http://oa.51kehui.com/kehui';
} else if (process.env.NODE_ENV === 'production') {
baseUrl = 'http://' + window.location.host + '/kehui'
// baseUrl = 'http://192.168.6.14:8081/kehui';
// baseUrl = 'http://192.168.10.1:8081/kehui';
// baseUrl = 'http://localhost:8081/kehui';
/*APP打包路径*/
// baseUrl = 'http://oa.51kehui.com/kehui'
}