lilei 1 anno fa
parent
commit
f54da6a714
2 ha cambiato i file con 5 aggiunte e 2 eliminazioni
  1. 1 1
      public/version.json
  2. 4 1
      src/api/product.js

+ 1 - 1
public/version.json

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

+ 4 - 1
src/api/product.js

@@ -57,7 +57,10 @@ export const queryNewProductPage = (params) => {
   return axios({
     url: url,
     data: params,
-    method: 'post'
+    method: 'post',
+    headers: {
+      'module': encodeURIComponent('最近上下线产品列表查询')
+    }
   })
 }
 // 产品详情