|
|
@ -13,7 +13,7 @@ let host = location.origin + '/' |
|
|
|
let bankPath = `${location.origin}/banksystem` // 银行系统
|
|
|
|
let bankPath = `${location.origin}/banksystem` // 银行系统
|
|
|
|
// 121.37.12.51 | 192.168.31.151
|
|
|
|
// 121.37.12.51 | 192.168.31.151
|
|
|
|
if (isDev) { |
|
|
|
if (isDev) { |
|
|
|
host = 'http://192.168.31.51:9000/' |
|
|
|
host = 'http://192.168.31.217:9000/' |
|
|
|
// host = 'http://121.37.12.51:9000/'
|
|
|
|
// host = 'http://121.37.12.51:9000/'
|
|
|
|
// host = 'https://occupationlab.com/'
|
|
|
|
// host = 'https://occupationlab.com/'
|
|
|
|
bankPath = `http://${location.hostname}:8093` |
|
|
|
bankPath = `http://${location.hostname}:8093` |
|
|
|