提交 c1ce6195 authored 作者: 刘旭's avatar 刘旭

上传最新代码

上级 6a55d7ee
......@@ -69,6 +69,9 @@ export const getEmptyList = (data: any) =>
export const submitBusiness = (data: any) =>
request('/lowcodeplatform-system/center/business/submit', 'POST', data);
export const billIdGroupSerial = (data: any) =>
request('wms-system/serialNumber/billIdGroupSerial', 'POST', data);
// 判断是否已创建
export const getBillBySerialNumber = (data: any) =>
request('/wms-system/serialNumber/getBillBySerialNumber', 'GET', data);
......@@ -70,4 +70,9 @@ defineExpose({
align-items: center;
}
}
:deep(.u-mode-center-box) {
border-radius: 16rpx;
}
</style>
\ No newline at end of file
......@@ -46,7 +46,7 @@ export default defineConfig({
proxy: {
'/lowcodeplatform-system': {
target: 'http://192.168.1.156',
// target: 'http://192.168.1.27',
// target: 'http://192.168.1.27',
},
'/wms-system': {
target: 'http://192.168.1.156',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论