@indfnd/common-mobile 0.0.86 → 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,14 @@
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
+
5
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)
6
14
 
7
15
 
@@ -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.85";
5
+ const version$2 = "0.0.86";
6
6
  const author$1 = "huxuetong";
7
7
  const publishConfig = {
8
8
  registry: "https://registry.npmjs.org/"
@@ -63991,7 +63991,7 @@ const __vue2_script$6 = {
63991
63991
  methods: {
63992
63992
  getImg(uri) {
63993
63993
  const isHb2 = location.pathname.includes("scyxweb");
63994
- return `${location.origin}${isHb2 ? "/scyxweb" : ""}${uri}`;
63994
+ return `${location.origin}${isHb2 ? "/hbwebchat/scyxweb" : ""}${uri}`;
63995
63995
  }
63996
63996
  }
63997
63997
  };
@@ -64046,7 +64046,7 @@ const __vue2_script$5 = {
64046
64046
  getImg(uri) {
64047
64047
  console.log(location.origin + uri);
64048
64048
  const isHb2 = location.pathname.includes("scyxweb");
64049
- return `${location.origin}${isHb2 ? "/scyxweb" : ""}${uri}`;
64049
+ return `${location.origin}${isHb2 ? "/hbwebchat/scyxweb" : ""}${uri}`;
64050
64050
  },
64051
64051
  ontouchstart(item2) {
64052
64052
  item2.move = false;
@@ -68926,11 +68926,11 @@ var render$2 = function() {
68926
68926
  return _vm.handleSidebarClick(index2);
68927
68927
  } } });
68928
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) {
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), _vm._l((((_vm.apps_menus[_vm.active] || {}).children || [])[index2] || {}).children || [], function(subItem, subIndex) {
68930
- 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) {
68931
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);
68932
- }), 1)], 1);
68933
- })], 2);
68932
+ }), 1) : _vm._e()], 1);
68933
+ }), 0)]);
68934
68934
  }), 0)], 1)]);
68935
68935
  }), 1), _c("tabbar")], 1)], 1);
68936
68936
  };