lilei 4 ヶ月 前
コミット
25b011078c

+ 1 - 1
public/version.json

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

+ 1 - 1
src/views/numsGoodsShelves/shelfSet/importGuideModal.vue

@@ -131,7 +131,7 @@ export default {
       const _this = this
       _this.spinning = true
       // 导出
-      hdPrint('', 'export', shelfProductDownload, {}, '绑定产品导入模板', function () {
+      hdPrint('', 'export', shelfProductDownload, { shelfSn: this.params.shelfSn }, '绑定产品导入模板', function () {
         _this.spinning = false
       })
     }

+ 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.131:8550/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,