@indfnd/common-mobile 1.0.37 → 1.0.39

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
+ ### [1.0.39](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v1.0.38...v1.0.39) (2026-02-05)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * 增加逻辑去除湖北顶部标题 ([b4ca790](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/commit/b4ca790f1b3a8c349ad5bdc987941ee494bcbd1c))
11
+
12
+ ### [1.0.38](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v1.0.37...v1.0.38) (2026-02-05)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * 修改card loading ([cbbf292](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/commit/cbbf2923b36a836879d6684d1d5f3471b3b862cd))
18
+ * 修改card loading ([5e85a80](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/commit/5e85a80069a00b50c272155c9a7a14ff7f1e8cb1))
19
+
5
20
  ### [1.0.37](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v1.0.36...v1.0.37) (2026-02-03)
6
21
 
7
22
 
@@ -3,7 +3,7 @@ import { getQuarterNum, getHalfYearNum, formatDate, useConfig, getLocalStorage,
3
3
  import Vue$1 from "vue";
4
4
  import { DropdownMenu as DropdownMenu$1, DropdownItem as DropdownItem$1, Message, LoadingBar, Spin } from "view-design";
5
5
  const name$1 = "@indfnd/common-mobile";
6
- const version$2 = "1.0.36";
6
+ const version$2 = "1.0.38";
7
7
  const author$1 = "huxuetong";
8
8
  const publishConfig = {
9
9
  registry: "https://registry.npmjs.org/"
@@ -23818,17 +23818,19 @@ var render$k = function() {
23818
23818
  var _vm = this;
23819
23819
  var _h = _vm.$createElement;
23820
23820
  var _c = _vm._self._c || _h;
23821
- return _c("div", { staticClass: "ind-m-user-wrapper", staticStyle: { "position": "relative" } }, [_c("van-sticky", [_c("van-nav-bar", { attrs: { "placeholder": true, "safe-area-inset-top": true, "title": "\u6211\u7684" } })], 1), _c("div", { staticStyle: { "position": "absolute", "top": "48px", "left": "0", "width": "100%", "height": "40vh", "z-index": "0" } }, [_c("IndMImgLoad", { attrs: { "pick": "home-bg", "type": "TableData" } })], 1), _c("div", { staticClass: "ind-m-user-avatar-con" }, [_c("div", { staticClass: "ind-m-user-avatar-con-avatar" }, [_c("div", { staticClass: "ind-m-user-avatar-con-avatar-img" }, [_c("van-image", { attrs: { "round": "", "width": "5rem", "height": "5rem", "fit": "cover", "position": "center", "src": _vm.user.avatar } })], 1)]), _c("div", { staticClass: "ind-m-user-avatar-con-name" }, [_vm._v(_vm._s(_vm.user.userName))])]), _c("IndMCard", { attrs: { "padding": "15px 15px 5px 15px", "title": "\u5E94\u7528\u4FE1\u606F", "icon": "/imgs/resource/card-icon.png" } }, [_c("van-cell", { staticClass: "ind-van-cell-bg-color", attrs: { "icon": "apps-o", "title": "\u5E94\u7528\u540D\u79F0", "value": _vm.app.name } }), _c("van-cell", { staticClass: "ind-van-cell-bg-color", attrs: { "icon": "qr", "title": "\u5E94\u7528\u7F16\u7801", "value": _vm.app.appId } }), _c("van-cell", { staticClass: "ind-van-cell-bg-color", attrs: { "icon": "list-switch", "title": "\u5E94\u7528\u7248\u672C", "value": _vm.app.extendProps.extendProps && JSON.parse(_vm.app.extendProps.extendProps).appVersion } }), _c("van-cell", { staticClass: "ind-van-cell-bg-color", attrs: { "icon": "list-switching", "title": "\u914D\u7F6E\u7248\u672C", "value": _vm.app.extendProps.extendProps && JSON.parse(_vm.app.extendProps.extendProps).profileVersion } }), _c("van-cell", { directives: [{ name: "permission", rawName: "v-permission", value: ["12210071"], expression: "['12210071']" }], staticClass: "ind-van-cell-bg-color", attrs: { "title": "v-permission=['12210071']", "value": _vm.app.version } }), _c("van-cell", { directives: [{ name: "permission", rawName: "v-permission", value: ["1221001111"], expression: "['1221001111']" }], staticClass: "ind-van-cell-bg-color", attrs: { "title": "v-permission=['1221001111']", "value": _vm.app.version } })], 1), _c("IndMCard", { attrs: { "title": "\u901A\u7528", "icon": "/imgs/resource/card-icon.png" } }, [_c("van-cell", { staticClass: "ind-van-cell-bg-color", attrs: { "icon": "setting-o", "title": "\u8BBE\u7F6E", "is-link": "", "to": "/setting" } })], 1), _c("IndMtabbar")], 1);
23821
+ return _c("div", { staticClass: "ind-m-user-wrapper", staticStyle: { "position": "relative" } }, [_c("van-sticky", { directives: [{ name: "show", rawName: "v-show", value: !_vm.isHb, expression: "!isHb" }] }, [_c("van-nav-bar", { attrs: { "placeholder": true, "safe-area-inset-top": true, "title": "\u6211\u7684" } })], 1), _c("div", { staticStyle: { "position": "absolute", "left": "0", "width": "100%", "height": "40vh", "z-index": "0" }, style: { top: !_vm.isHb ? "48px" : "0px" } }, [_c("IndMImgLoad", { attrs: { "pick": "home-bg", "type": "TableData" } })], 1), _c("div", { staticClass: "ind-m-user-avatar-con" }, [_c("div", { staticClass: "ind-m-user-avatar-con-avatar" }, [_c("div", { staticClass: "ind-m-user-avatar-con-avatar-img" }, [_c("van-image", { attrs: { "round": "", "width": "5rem", "height": "5rem", "fit": "cover", "position": "center", "src": _vm.user.avatar } })], 1)]), _c("div", { staticClass: "ind-m-user-avatar-con-name" }, [_vm._v(_vm._s(_vm.user.userName))])]), _c("IndMCard", { attrs: { "padding": "15px 15px 5px 15px", "title": "\u5E94\u7528\u4FE1\u606F", "icon": "/imgs/resource/card-icon.png" } }, [_c("van-cell", { staticClass: "ind-van-cell-bg-color", attrs: { "icon": "apps-o", "title": "\u5E94\u7528\u540D\u79F0", "value": _vm.app.name } }), _c("van-cell", { staticClass: "ind-van-cell-bg-color", attrs: { "icon": "qr", "title": "\u5E94\u7528\u7F16\u7801", "value": _vm.app.appId } }), _c("van-cell", { staticClass: "ind-van-cell-bg-color", attrs: { "icon": "list-switch", "title": "\u5E94\u7528\u7248\u672C", "value": _vm.app.extendProps.extendProps && JSON.parse(_vm.app.extendProps.extendProps).appVersion } }), _c("van-cell", { staticClass: "ind-van-cell-bg-color", attrs: { "icon": "list-switching", "title": "\u914D\u7F6E\u7248\u672C", "value": _vm.app.extendProps.extendProps && JSON.parse(_vm.app.extendProps.extendProps).profileVersion } }), _c("van-cell", { directives: [{ name: "permission", rawName: "v-permission", value: ["12210071"], expression: "['12210071']" }], staticClass: "ind-van-cell-bg-color", attrs: { "title": "v-permission=['12210071']", "value": _vm.app.version } }), _c("van-cell", { directives: [{ name: "permission", rawName: "v-permission", value: ["1221001111"], expression: "['1221001111']" }], staticClass: "ind-van-cell-bg-color", attrs: { "title": "v-permission=['1221001111']", "value": _vm.app.version } })], 1), _c("IndMCard", { attrs: { "title": "\u901A\u7528", "icon": "/imgs/resource/card-icon.png" } }, [_c("van-cell", { staticClass: "ind-van-cell-bg-color", attrs: { "icon": "setting-o", "title": "\u8BBE\u7F6E", "is-link": "", "to": "/setting" } })], 1), _c("IndMtabbar")], 1);
23822
23822
  };
23823
23823
  var staticRenderFns$k = [];
23824
23824
  const __vue2_script$k = {
23825
23825
  data() {
23826
23826
  return {
23827
23827
  app: {},
23828
- user: {}
23828
+ user: {},
23829
+ isHb: false
23829
23830
  };
23830
23831
  },
23831
23832
  mounted() {
23833
+ this.isHb = location.pathname.includes("scyxweb");
23832
23834
  this.app = this.$store.state.app.appInfo;
23833
23835
  this.user = this.$store.state.user;
23834
23836
  }
@@ -30070,7 +30072,7 @@ var render$8 = function() {
30070
30072
  var _vm = this;
30071
30073
  var _h = _vm.$createElement;
30072
30074
  var _c = _vm._self._c || _h;
30073
- return _c("div", { staticClass: "ind-m-new-app-center", staticStyle: { "position": "relative" } }, [_c("van-sticky", [_c("van-nav-bar", { attrs: { "placeholder": true, "safe-area-inset-top": true, "title": _vm.title } })], 1), _c("div", { staticClass: "ind-m-new-app-page" }, [_c("div", { staticStyle: { "position": "absolute", "top": "48px", "left": "0", "width": "100%", "height": "22vh", "z-index": "0" } }, [_c("IndMImgLoad", { attrs: { "pick": "ind:appNew:bg", "type": "TableData" } })], 1), _c("div", { staticClass: "ind-m-new-placeholder" }, [_c("van-search", { staticClass: "ind-m-new-placeholder-search", attrs: { "placeholder": "\u641C\u7D22\u5E94\u7528" }, on: { "search": _vm.onSearch, "clear": _vm.onClear }, scopedSlots: _vm._u([{ key: "left-icon", fn: function() {
30075
+ return _c("div", { staticClass: "ind-m-new-app-center", staticStyle: { "position": "relative" } }, [_c("van-sticky", { directives: [{ name: "show", rawName: "v-show", value: !_vm.isHb, expression: "!isHb" }] }, [_c("van-nav-bar", { attrs: { "placeholder": true, "safe-area-inset-top": true, "title": _vm.title } })], 1), _c("div", { staticClass: "ind-m-new-app-page" }, [_c("div", { staticStyle: { "position": "absolute", "left": "0", "width": "100%", "height": "22vh", "z-index": "0" }, style: { top: !_vm.isHb ? "48px" : "0px" } }, [_c("IndMImgLoad", { attrs: { "pick": "ind:appNew:bg", "type": "TableData" } })], 1), _c("div", { staticClass: "ind-m-new-placeholder" }, [_c("van-search", { staticClass: "ind-m-new-placeholder-search", attrs: { "placeholder": "\u641C\u7D22\u5E94\u7528" }, on: { "search": _vm.onSearch, "clear": _vm.onClear }, scopedSlots: _vm._u([{ key: "left-icon", fn: function() {
30074
30076
  return [_c("div", { staticClass: "ind-m-new-placeholder-search-left" }, [_c("Icon", { attrs: { "type": "md-search" } })], 1)];
30075
30077
  }, proxy: true }, { key: "right-icon", fn: function() {
30076
30078
  return [_c("div", { staticClass: "ind-m-new-placeholder-search-right", on: { "click": _vm.onSearch } }, [_vm._v("\u641C\u7D22")])];
@@ -31028,7 +31030,7 @@ var render$2 = function() {
31028
31030
  var _vm = this;
31029
31031
  var _h = _vm.$createElement;
31030
31032
  var _c = _vm._self._c || _h;
31031
- return _c("div", { staticClass: "ind-common-m-card-outer", style: { width: _vm.width, margin: _vm.margin, padding: _vm.padding } }, [_c("div", { staticClass: "ind-common-m-card-inner" }, [_c("div", { staticClass: "ind-common-m-card-inner-inner" }, [_vm.showHeader ? _c("div", { staticClass: "ind-common-m-card-title" }, [_vm.showIcon ? _c("div", { staticClass: "ind-common-m-card-title-icon" }, [_c("div", { style: _vm.getIconBackground })]) : _vm._e(), _c("div", { staticClass: "ind-common-m-card-title-text" }, [_vm._v(_vm._s(_vm.title))]), _c("div", { staticClass: "ind-common-m-card-title-arrow" }, [_vm._t("right-icon")], 2)]) : _vm._e(), _c("div", { staticClass: "ind-common-m-card-content", style: { padding: _vm.innerPadding } }, [_vm._t("default")], 2)])])]);
31033
+ return _c("div", { staticClass: "ind-common-m-card-outer", style: { width: _vm.width, margin: _vm.margin, padding: _vm.padding } }, [_c("div", { staticClass: "ind-common-m-card-inner" }, [_c("div", { staticClass: "ind-common-m-card-inner-inner" }, [_vm.showHeader ? _c("div", { staticClass: "ind-common-m-card-title" }, [_vm.showIcon ? _c("div", { staticClass: "ind-common-m-card-title-icon" }, [_c("IndMImgLoad", { attrs: { "pick": "cardIcon", "width": "12px", "height": "14px" } })], 1) : _vm._e(), _c("div", { staticClass: "ind-common-m-card-title-text" }, [_vm._v(_vm._s(_vm.title))]), _c("div", { staticClass: "ind-common-m-card-title-arrow" }, [_vm._t("right-icon")], 2)]) : _vm._e(), _c("div", { staticClass: "ind-common-m-card-content", style: { padding: _vm.innerPadding } }, [_vm._t("default")], 2)])])]);
31032
31034
  };
31033
31035
  var staticRenderFns$2 = [];
31034
31036
  const __vue2_script$2 = {
@@ -31070,31 +31072,6 @@ const __vue2_script$2 = {
31070
31072
  type: String,
31071
31073
  default: "0px 0px 15px 0px"
31072
31074
  }
31073
- },
31074
- computed: {
31075
- getIconBackground() {
31076
- try {
31077
- if (this.$config.systemDefaultConfig.iconList.cardIcon) {
31078
- const fieldId = this.$config.systemDefaultConfig.iconList.cardIcon;
31079
- return {
31080
- backgroundImage: `url(${(location.pathname.includes("scyxweb") ? "/scyxgateway" : "") + "/ind-uc-ext-server/oss/file/get/" + fieldId})`,
31081
- backgroundSize: "cover",
31082
- backgroundRepeat: "no-repeat",
31083
- backgroundPosition: "center",
31084
- width: "12px",
31085
- height: "14px"
31086
- };
31087
- } else {
31088
- return {
31089
- display: "none"
31090
- };
31091
- }
31092
- } catch (error) {
31093
- return {
31094
- display: "none"
31095
- };
31096
- }
31097
- }
31098
31075
  }
31099
31076
  };
31100
31077
  const __cssModules$2 = {};
@@ -31120,7 +31097,7 @@ var render$1 = function() {
31120
31097
  var _vm = this;
31121
31098
  var _h = _vm.$createElement;
31122
31099
  var _c = _vm._self._c || _h;
31123
- return _c("div", { staticClass: "ind-common-m-card-item-outer", style: { width: _vm.width, margin: _vm.margin, padding: _vm.padding } }, [_vm.loading ? _c("div", { staticClass: "ind-common-m-card-item-loading-mask" }, [_c("div", { staticClass: "ind-common-m-card-item-loading-spinner" }), _c("div", { staticStyle: { "margin-top": "5px", "color": "var(--ind-m-new-font-color5)" } }, [_vm._v("\u52A0\u8F7D\u4E2D")])]) : _vm._e(), _c("div", { staticClass: "ind-common-m-card-item-inner-inner", class: { "ind-common-m-card-item-loading": _vm.loading } }, [_vm.showHeader ? _c("div", { staticClass: "ind-common-m-card-item-title" }, [_vm.showIcon ? _c("div", { staticClass: "ind-common-m-card-item-title-icon" }, [_c("div", { staticClass: "ind-common-m-card-item-title-icon-icon" })]) : _vm._e(), _c("div", { staticClass: "ind-common-m-card-item-title-text" }, [_vm._v(_vm._s(_vm.title))]), _c("div", { staticClass: "ind-common-m-card-item-title-arrow" }, [_vm._t("right-icon")], 2)]) : _vm._e(), _c("div", { staticClass: "ind-common-m-card-item-content" }, [_vm._t("default")], 2)])]);
31100
+ return _c("div", { staticClass: "ind-common-m-card-item-outer", style: { width: _vm.width, margin: _vm.margin, padding: _vm.padding } }, [_c("div", { staticClass: "ind-common-m-card-item-inner-inner" }, [_c("div", { directives: [{ name: "show", rawName: "v-show", value: _vm.loading, expression: "loading" }], staticClass: "ind-common-m-card-item-loading-mask" }, [_c("div", { staticClass: "ind-common-m-card-item-loading-spinner" }), _c("div", { staticStyle: { "margin-top": "5px", "color": "var(--ind-m-new-font-color5)" } }, [_vm._v("\u52A0\u8F7D\u4E2D")])]), _vm.showHeader ? _c("div", { staticClass: "ind-common-m-card-item-title" }, [_vm.showIcon ? _c("div", { staticClass: "ind-common-m-card-item-title-icon" }, [_c("div", { staticClass: "ind-common-m-card-item-title-icon-icon" })]) : _vm._e(), _c("div", { staticClass: "ind-common-m-card-item-title-text" }, [_vm._v(_vm._s(_vm.title))]), _c("div", { staticClass: "ind-common-m-card-item-title-arrow" }, [_vm._t("right-icon")], 2)]) : _vm._e(), _c("div", { staticClass: "ind-common-m-card-item-content" }, [_vm._t("default")], 2)])]);
31124
31101
  };
31125
31102
  var staticRenderFns$1 = [];
31126
31103
  const __vue2_script$1 = {