@fle-ui/plus-choose-mall-goods 1.1.7 → 1.1.10

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/lib/utils/api.js CHANGED
@@ -12,6 +12,8 @@ var Api = {
12
12
  getSelfGoodsFlagCategory: '/elebuys/goodsCategory/tree',
13
13
  getDgssCityAllList: '/supplier/dgss/city/allList',
14
14
  getGoodsListForTemplate: '/fleshopy/admin/template/goodsPageList',
15
- addGoodsToTemplate: '/fleshopy/admin/template/addGoods' // 添加商品到模板 - template
15
+ addGoodsToTemplate: '/fleshopy/admin/template/addGoods',
16
+ getGoodTagGroupList: '/bestgift/goods/goods-flag-group/getList',
17
+ getGoodControlInfo: '/bestgift/goods/goods-config/getDict' // 获取全局控制状态
16
18
  };
17
19
  var _default = exports.default = Api;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fle-ui/plus-choose-mall-goods",
3
- "version": "1.1.7",
3
+ "version": "1.1.10",
4
4
  "description": "@fle-ui/plus-choose-mall-goods",
5
5
  "keywords": [
6
6
  "fle-ui",
@@ -44,5 +44,5 @@
44
44
  "publishConfig": {
45
45
  "access": "public"
46
46
  },
47
- "gitHead": "2c212687f40c44697c835063ca68fc46ebde730a"
47
+ "gitHead": "0c631954240d64433307f9b73b617ecc96a843a2"
48
48
  }