cyy-vue-material 1.0.24 → 1.0.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cyy-vue-material",
3
- "version": "1.0.24",
3
+ "version": "1.0.25",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
package/src/api/index.js CHANGED
@@ -1,2 +1,2 @@
1
1
  // 获取商品列表
2
- export const queryResourceGoodsPagePalt = "web/rs/sku/querySkuFromJm.json?channelCode=530813714907123723&exportFuzzy=true";
2
+ export const querySkuFromJm = "web/rs/sku/querySkuFromJm.json";
@@ -1,4 +1,4 @@
1
- import { queryResourceGoodsPagePalt } from "../api/index.js";
1
+ import { querySkuFromJm } from "../api/index.js";
2
2
  import { isLc } from "./checkEnv";
3
3
  import { isEmpty, isEqual } from "lodash-es";
4
4
 
@@ -40,7 +40,7 @@ const fetchIO = async (that, paramObj) => {
40
40
 
41
41
  const saasToken = localStorage.getItem("saas-token");
42
42
 
43
- return await fetch(process.env.REACT_APP_BASE_URL + queryResourceGoodsPagePalt, {
43
+ return await fetch(process.env.REACT_APP_BASE_URL + querySkuFromJm, {
44
44
  method: "POST",
45
45
  headers: {
46
46
  "saas-token": saasToken,