Commit 33c3646384fc6aa2035705d3f43833c0e94a0f75
1 parent
5e415518
更新以下内容: 增加正式测试ip
Showing
1 changed file
with
3 additions
and
1 deletions
src/utils/config.js
| @@ -6,7 +6,9 @@ export const webSite = { | @@ -6,7 +6,9 @@ export const webSite = { | ||
| 6 | // faceAddress: isDev ? '//192.168.11.22:8080/xlyFace' : '//' + location.host + '/xlyFace', | 6 | // faceAddress: isDev ? '//192.168.11.22:8080/xlyFace' : '//' + location.host + '/xlyFace', |
| 7 | fileAddress: isDev ? '//10.255.0.21:8086/xlyReport/' : '//' + location.host + '/xlyReport/', // 接口地址 | 7 | fileAddress: isDev ? '//10.255.0.21:8086/xlyReport/' : '//' + location.host + '/xlyReport/', // 接口地址 |
| 8 | faceAddress: isDev ? '//10.255.0.21:8086/xlyFace' : '//' + location.host + '/xlyFace', | 8 | faceAddress: isDev ? '//10.255.0.21:8086/xlyFace' : '//' + location.host + '/xlyFace', |
| 9 | - ipAddress: localStorage.ipAddress ? localStorage.ipAddress : isDev ? '//172.16.112.234:8086/xlyEntry/' : '//' + location.host + '/xlyEntry/', | 9 | + // ipAddress: localStorage.ipAddress ? localStorage.ipAddress : isDev ? '//172.16.112.234:8086/xlyEntry/' : '//' + location.host + '/xlyEntry/', |
| 10 | + | ||
| 11 | + ipAddress: localStorage.ipAddress ? localStorage.ipAddress : isDev ? '//172.16.114.9:8086/xlyEntry/' : '//' + location.host + '/xlyEntry/', | ||
| 10 | interfaceAddress: isDev ? '//10.255.0.21:8086/xlyApi/' : '//' + location.host + '/xlyApi/', // 接口地址 | 12 | interfaceAddress: isDev ? '//10.255.0.21:8086/xlyApi/' : '//' + location.host + '/xlyApi/', // 接口地址 |
| 11 | // ipAddress: isDev ? '//ebc.jinjia.com:8091/xlyEntry/' : '//' + location.host + '/xlyEntry/', | 13 | // ipAddress: isDev ? '//ebc.jinjia.com:8091/xlyEntry/' : '//' + location.host + '/xlyEntry/', |
| 12 | // interfaceAddress: isDev ? '//ebc.jinjia.com:8091/xlyApi/' : '//' + location.host + '/xlyApi/', // 接口地址 | 14 | // interfaceAddress: isDev ? '//ebc.jinjia.com:8091/xlyApi/' : '//' + location.host + '/xlyApi/', // 接口地址 |