@@ -285,7 +285,8 @@ export default {
cancelQty: item.qty,
qty: item.qty,
productSn: item.productSn,
- price: item.productEntity.purchasePrice
+ price: item.productEntity.purchasePrice,
+ priceLevel: item.priceLevel
})
const params = {
@@ -209,8 +209,8 @@ const vueConfig = {
// If you want to turn on the proxy, please remove the mockjs /src/main.jsL11
proxy: {
'/api': {
- // target: 'http://192.168.2.103/qpls-md',
- target: 'https://p.iscm.360arrow.com/qpls-md',
+ target: 'http://192.168.2.113:8550/qpls-md',
+ // target: 'https://p.iscm.360arrow.com/qpls-md',
// ws: false,
ws: true,
changeOrigin: true,