Commit 5e415518ff69cc5ee607e423879994a01e663b9e

Authored by Min
1 parent e42c0662

1.封装ip

Showing 1 changed file with 1 additions and 1 deletions
src/utils/config.js
... ... @@ -6,7 +6,7 @@ export const webSite = {
6 6 // faceAddress: isDev ? '//192.168.11.22:8080/xlyFace' : '//' + location.host + '/xlyFace',
7 7 fileAddress: isDev ? '//10.255.0.21:8086/xlyReport/' : '//' + location.host + '/xlyReport/', // 接口地址
8 8 faceAddress: isDev ? '//10.255.0.21:8086/xlyFace' : '//' + location.host + '/xlyFace',
9   - ipAddress: localStorage.ipAddress ? localStorage.ipAddress : isDev ? '//10.255.0.21:8086/xlyEntry/' : '//' + location.host + '/xlyEntry/',
  9 + ipAddress: localStorage.ipAddress ? localStorage.ipAddress : isDev ? '//172.16.112.234:8086/xlyEntry/' : '//' + location.host + '/xlyEntry/',
10 10 interfaceAddress: isDev ? '//10.255.0.21:8086/xlyApi/' : '//' + location.host + '/xlyApi/', // 接口地址
11 11 // ipAddress: isDev ? '//ebc.jinjia.com:8091/xlyEntry/' : '//' + location.host + '/xlyEntry/',
12 12 // interfaceAddress: isDev ? '//ebc.jinjia.com:8091/xlyApi/' : '//' + location.host + '/xlyApi/', // 接口地址
... ...