lilei il y a 5 mois
Parent
commit
f6a81822a5

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1735798874366
+  "version": 1735970848777
 }

+ 1 - 0
src/views/numsGoodsShelves/onlinePayInvoice/detail.vue

@@ -158,6 +158,7 @@ export default {
       loadData: parameter => {
         this.disabled = true
         this.queryParam.buyerSn = this.$route.params.sn
+        this.queryParam.shelfSn = this.$route.params.shelfSn
         const params = Object.assign(parameter, this.queryParam)
         return queryByBizTradeList(params).then(res => {
           let data

+ 2 - 3
vue.config.js

@@ -209,9 +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.113:8550/qpls-md',
-        // target: 'https://p.iscm.360arrow.com/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,