1.配置文件修改
2.修logo.png损坏问题
This commit is contained in:
parent
53aed94a63
commit
e680e038ac
Binary file not shown.
Before Width: | Height: | Size: 0 B After Width: | Height: | Size: 12 KiB |
@ -1,12 +1,18 @@
|
|||||||
let baseUrl = '';
|
let baseUrl = '';
|
||||||
|
|
||||||
if (process.env.NODE_ENV === 'development') {
|
if (process.env.NODE_ENV === 'development') {
|
||||||
|
// 本地和内网后端地址
|
||||||
baseUrl = 'http://localhost:8081/kehui';
|
baseUrl = 'http://localhost:8081/kehui';
|
||||||
|
// 内网地址
|
||||||
|
// baseUrl = 'http://192.168.10.1:8081/kehui';
|
||||||
/*APP打包路径*/
|
/*APP打包路径*/
|
||||||
// baseUrl = 'http://oa.51kehui.com/kehui';
|
// baseUrl = 'http://oa.51kehui.com/kehui';
|
||||||
|
|
||||||
} else if (process.env.NODE_ENV === 'production') {
|
} else if (process.env.NODE_ENV === 'production') {
|
||||||
baseUrl = 'http://' + window.location.host + '/kehui'
|
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打包路径*/
|
/*APP打包路径*/
|
||||||
// baseUrl = 'http://oa.51kehui.com/kehui'
|
// baseUrl = 'http://oa.51kehui.com/kehui'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user