|
|
@ -2,14 +2,12 @@ let configJSON |
|
|
|
if (process.env.NODE_ENV === 'development') { |
|
|
|
configJSON = { |
|
|
|
base: { |
|
|
|
//ip: 'http://192.168.0.63',
|
|
|
|
//ip: 'http://149.223.116.5',
|
|
|
|
//ip: 'http://192.168.0.140',
|
|
|
|
ip: 'http://127.0.0.1', //?? two
|
|
|
|
auth_port: '8066', |
|
|
|
public_port: '8092', |
|
|
|
//backend_port: '8092',
|
|
|
|
backend_port: '44344', //?? three
|
|
|
|
ip: 'http://192.168.0.140', |
|
|
|
//ip: 'http://127.0.0.1', //?? two
|
|
|
|
auth_port: '8066', |
|
|
|
public_port: '8092', |
|
|
|
backend_port: '8092', |
|
|
|
//backend_port: '44344', //?? three
|
|
|
|
}, |
|
|
|
basic: {}, |
|
|
|
upload: { |
|
|
@ -40,8 +38,8 @@ if (process.env.NODE_ENV === 'development') { |
|
|
|
base: { |
|
|
|
|
|
|
|
//ip: 'http://192.168.0.67',
|
|
|
|
ip: 'http://192.168.0.140', |
|
|
|
//ip: 'http://192.168.0.63',
|
|
|
|
//ip: 'http://192.168.0.140',
|
|
|
|
ip: 'http://192.168.0.63', |
|
|
|
//ip: 'http://149.223.116.5',
|
|
|
|
//ip: 'http://114.116.225.148',
|
|
|
|
//ip: 'http://10.123.148.162',
|
|
|
|