Browse Source

门板、柱护板打印,改成保存、打印分离

FoShanPG
lyf 2 years ago
parent
commit
f362540993
  1. 18
      vue/static/config.js

18
vue/static/config.js

@ -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',

Loading…
Cancel
Save