@indfnd/common-mobile 0.0.85 → 0.0.87

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/CHANGELOG.md CHANGED
@@ -2,6 +2,21 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.0.87](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v0.0.86...v0.0.87) (2025-08-22)
6
+
7
+
8
+ ### Features
9
+
10
+ * 新应用广场新增实现支持三级菜单 ([97bdc74](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/commit/97bdc74bdb268fc94a5b4b2969ffa62ef5368760))
11
+ * 修复湖北图片路径不展示的问题 ([68fe696](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/commit/68fe696657b070515207e027a4c2525c88940657))
12
+
13
+ ### [0.0.86](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v0.0.85...v0.0.86) (2025-08-14)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * 上下文添加scyxweb判断 ([ad41d5a](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/commit/ad41d5a3eb266960a985439a3e7460641b8eba7d))
19
+
5
20
  ### [0.0.85](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v0.0.84...v0.0.85) (2025-08-08)
6
21
 
7
22
 
@@ -2,7 +2,7 @@ import { getQuarterNum, getHalfYearNum, formatDate, useConfig, getLocalStorage,
2
2
  import Vue$1 from "vue";
3
3
  import { DropdownMenu as DropdownMenu$1, DropdownItem as DropdownItem$1, Message, LoadingBar, Spin } from "view-design";
4
4
  const name$1 = "@indfnd/common-mobile";
5
- const version$2 = "0.0.84";
5
+ const version$2 = "0.0.86";
6
6
  const author$1 = "huxuetong";
7
7
  const publishConfig = {
8
8
  registry: "https://registry.npmjs.org/"
@@ -63990,7 +63990,8 @@ const __vue2_script$6 = {
63990
63990
  },
63991
63991
  methods: {
63992
63992
  getImg(uri) {
63993
- return location.origin + uri;
63993
+ const isHb2 = location.pathname.includes("scyxweb");
63994
+ return `${location.origin}${isHb2 ? "/hbwebchat/scyxweb" : ""}${uri}`;
63994
63995
  }
63995
63996
  }
63996
63997
  };
@@ -64044,7 +64045,8 @@ const __vue2_script$5 = {
64044
64045
  methods: {
64045
64046
  getImg(uri) {
64046
64047
  console.log(location.origin + uri);
64047
- return location.origin + uri;
64048
+ const isHb2 = location.pathname.includes("scyxweb");
64049
+ return `${location.origin}${isHb2 ? "/hbwebchat/scyxweb" : ""}${uri}`;
64048
64050
  },
64049
64051
  ontouchstart(item2) {
64050
64052
  item2.move = false;
@@ -68924,11 +68926,11 @@ var render$2 = function() {
68924
68926
  return _vm.handleSidebarClick(index2);
68925
68927
  } } });
68926
68928
  }), 1), _c("div", { ref: "scrollContainer", refInFor: true, staticClass: "apps-container", on: { "scroll": _vm.handleRightScroll } }, _vm._l(_vm.apps_menus[_vm.active] && _vm.apps_menus[_vm.active].children || [], function(item2, index2) {
68927
- return _c("div", { key: index2, staticClass: "menu-section", attrs: { "id": "section-" + _vm.active + "-" + index2, "data-index": index2 } }, [_c("div", { staticClass: "divider-container" }, [_c("van-divider", { staticClass: "custom-divider" }, [_vm._v(" " + _vm._s(item2.meta.title) + " ")])], 1), _vm._l((((_vm.apps_menus[_vm.active] || {}).children || [])[index2] || {}).children || [], function(subItem, subIndex) {
68928
- return _c("div", { key: "level3-" + subIndex }, [_c("div", { staticStyle: { "display": "flex", "align-items": "center" } }, [_c("van-icon", { staticStyle: { "display": "block" }, attrs: { "name": "stop", "color": "#1989fa" } }), _c("div", { staticStyle: { "font-size": "12px", "color": "#666" } }, [_vm._v(" " + _vm._s(subItem.meta.title) + " ")])], 1), _c("van-grid", { attrs: { "border": false, "clickable": "", "gutter": 0, "column-num": 3 } }, _vm._l(_vm.apps_menus[_vm.active] && _vm.apps_menus[_vm.active].children[index2] && _vm.apps_menus[_vm.active].children[index2].children[subIndex] && _vm.apps_menus[_vm.active].children[index2].children[subIndex].children || [], function(menu) {
68929
+ return _c("div", { key: index2, staticClass: "menu-section", attrs: { "id": "section-" + _vm.active + "-" + index2, "data-index": index2 } }, [_c("div", { staticClass: "divider-container" }, [_c("van-divider", { staticClass: "custom-divider" }, [_vm._v(" " + _vm._s(item2.meta.title) + " ")])], 1), _c("div", { staticClass: "menu-section-content" }, _vm._l((((_vm.apps_menus[_vm.active] || {}).children || [])[index2] || {}).children || [], function(subItem, subIndex) {
68930
+ return _c("div", { key: "level3-" + subIndex, style: { width: !subItem.children ? "33.33%" : "100%" } }, [!subItem.children ? _c("apps-item", { attrs: { "item": subItem, "state": subItem.state, "title": subItem.meta.title, "editStatus": _vm.currentEditStatus == "on" ? "plus" : "off" }, on: { "touchend": _vm.addToMyAppsClick } }) : _vm._e(), subItem.children ? _c("div", { staticStyle: { "display": "flex", "align-items": "center" } }, [_c("van-icon", { staticStyle: { "display": "block" }, attrs: { "name": "stop", "color": "#1989fa" } }), _c("div", { staticStyle: { "font-size": "12px", "color": "#666" } }, [_vm._v(" " + _vm._s(subItem.meta.title) + " ")])], 1) : _vm._e(), subItem.children ? _c("van-grid", { attrs: { "border": false, "clickable": "", "gutter": 0, "column-num": 3 } }, _vm._l(_vm.apps_menus[_vm.active] && _vm.apps_menus[_vm.active].children[index2] && _vm.apps_menus[_vm.active].children[index2].children[subIndex] && _vm.apps_menus[_vm.active].children[index2].children[subIndex].children || [], function(menu) {
68929
68931
  return _c("van-grid-item", { key: menu.meta.permissionId, staticClass: "menu" }, [_c("apps-item", { attrs: { "item": menu, "state": menu.state, "title": menu.meta.title, "editStatus": _vm.currentEditStatus == "on" ? "plus" : "off" }, on: { "touchend": _vm.addToMyAppsClick } })], 1);
68930
- }), 1)], 1);
68931
- })], 2);
68932
+ }), 1) : _vm._e()], 1);
68933
+ }), 0)]);
68932
68934
  }), 0)], 1)]);
68933
68935
  }), 1), _c("tabbar")], 1)], 1);
68934
68936
  };