|
@ -2,13 +2,13 @@ let configJSON |
|
|
if (process.env.NODE_ENV === 'development') { |
|
|
if (process.env.NODE_ENV === 'development') { |
|
|
configJSON = { |
|
|
configJSON = { |
|
|
base: { |
|
|
base: { |
|
|
ip: 'http://192.168.7.21', |
|
|
// ip: 'http://192.168.7.21',//new
|
|
|
// ip: 'http://192.168.0.140',
|
|
|
// ip: 'http://192.168.0.140',//old
|
|
|
// ip: 'http://127.0.0.1', //?? two
|
|
|
ip: 'http://127.0.0.1', //?? two
|
|
|
auth_port: '8066', |
|
|
auth_port: '8066', |
|
|
public_port: '8092', |
|
|
public_port: '8092', |
|
|
backend_port: '8092', |
|
|
// backend_port: '8092',
|
|
|
// backend_port: '44344', //?? three
|
|
|
backend_port: '44344', //?? three
|
|
|
}, |
|
|
}, |
|
|
basic: {}, |
|
|
basic: {}, |
|
|
upload: { |
|
|
upload: { |
|
|