Browse Source

api注释

FoShanPG
安虹睿 1 year ago
parent
commit
9551272e62
  1. 10
      vue/static/config.js

10
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: {

Loading…
Cancel
Save