lilei 1 rok temu
rodzic
commit
3fc16533bf

+ 2 - 1
src/views/shoppingCarManagement/shoppingCar/list.vue

@@ -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 = {

+ 2 - 2
vue.config.js

@@ -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,