diff --git a/vue/static/config.js b/vue/static/config.js index ac242e3a..7bdc818a 100644 --- a/vue/static/config.js +++ b/vue/static/config.js @@ -2,13 +2,13 @@ let configJSON if (process.env.NODE_ENV === 'development') { configJSON = { base: { - ip: 'http://192.168.7.21', - // ip: 'http://192.168.0.140', - // ip: 'http://127.0.0.1', //?? two + // ip: 'http://192.168.7.21',//new + // ip: 'http://192.168.0.140',//old + ip: 'http://127.0.0.1', //?? two auth_port: '8066', public_port: '8092', - backend_port: '8092', - // backend_port: '44344', //?? three + // backend_port: '8092', + backend_port: '44344', //?? three }, basic: {}, upload: {