工序输入

This commit is contained in:
2022-11-04 16:29:04 +08:00
parent 21327f0d5a
commit cfd1125684
9 changed files with 82 additions and 45 deletions

View File

@@ -1,7 +1,7 @@
import * as types from '../types'
import { getStore, setStore } from '@config/mUtils.js'
const baseUrl = process.env.NODE_ENV === 'development' ? 'http://192.168.81.252:8010' : 'http://10.16.1.24:8010'
const baseUrl = process.env.NODE_ENV === 'development' ? 'http://192.168.81.252:8010' : 'http://17.0.0.1:8013'
const imgip = 'http://10.16.1.24:8010'
const printUrl = 'http://10.16.1.24:8000'
const billPrintUrl = ''