|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
/* eslint-disable @typescript-eslint/no-unused-vars */
|
|
|
|
|
// const qianzhuione = '/dev-api'; // '/prod-api'生产环境 // '/dev-api'开发环境是调后端本地时使用
|
|
|
|
|
const qianzhuione = '/prod-api';
|
|
|
|
|
const qianzhuione = '/dev-api';
|
|
|
|
|
export const url = {
|
|
|
|
|
wmspda: {
|
|
|
|
|
system: {
|
|
|
|
@ -171,7 +171,7 @@ export const url = {
|
|
|
|
|
// 根据工单获取批次下拉
|
|
|
|
|
getBatchList: qianzhuione + '/quality/handCheck/getBatchList',
|
|
|
|
|
// 根据工单获取批次下拉
|
|
|
|
|
getDefectListPDA: qianzhuione + '/quality/handcheck/getDefectListPDA',
|
|
|
|
|
getDefectListPDA: qianzhuione + '/quality/handCheck/getDefectListPDA',
|
|
|
|
|
},
|
|
|
|
|
// 历史记录
|
|
|
|
|
Records: {
|
|
|
|
|