@@ -94,13 +94,13 @@ const columns = reactive(
title: '盘点总数',
key: 'totalCount',
dataIndex: 'totalCount',
- width:170,
+ width:160,
},
{
title: '已盘点数量',
key: 'countedQuantity',
dataIndex: 'countedQuantity',
title: '状态',
@@ -77,12 +77,6 @@ module.exports = WebpackMerge.merge(baseConfig, {
changeOrigin: true,
secure: true,
- '/content': {
- target: 'http://localhost:83/',
- ws: false,
- changeOrigin: true,
- secure:true,
- },
'/dashboard': {
target: 'http://localhost:83/',
ws: false,