@indfnd/common-mobile 1.0.34 → 1.0.35
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 +8 -0
- package/dist/ind-common-mobile.es.js +14 -12
- package/dist/ind-common-mobile.umd.cjs +3 -3
- package/dist/styles/index.css +1 -1
- package/package.json +1 -1
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
|
+
### [1.0.35](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v1.0.34...v1.0.35) (2026-01-30)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* 应用广场改造 ([399aafb](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/commit/399aafb90dc4f062883a8d9a584f398f3421a766))
|
|
11
|
+
* 应用广场改造 ([169286a](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/commit/169286a5f066a3616c57ea55db825f184431a90b))
|
|
12
|
+
|
|
5
13
|
### [1.0.34](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v1.0.33...v1.0.34) (2026-01-30)
|
|
6
14
|
|
|
7
15
|
### [1.0.33](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v1.0.32...v1.0.33) (2026-01-29)
|
|
@@ -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.
|
|
6
|
+
const version$2 = "1.0.34";
|
|
7
7
|
const author$1 = "huxuetong";
|
|
8
8
|
const publishConfig = {
|
|
9
9
|
registry: "https://registry.npmjs.org/"
|
|
@@ -29600,9 +29600,9 @@ var render$9 = function() {
|
|
|
29600
29600
|
var _vm = this;
|
|
29601
29601
|
var _h = _vm.$createElement;
|
|
29602
29602
|
var _c = _vm._self._c || _h;
|
|
29603
|
-
return _c("IndMCard", { attrs: { "showHeader": false, "innerPadding": "0px" } }, [_c("div", { staticClass: "ind-myApp-slim-new-content" }, [_c("div", { staticClass: "ind-myApp-slim-new-content-title" }, [_vm._v("\u6211\u7684\u5E94\u7528")]), _c("div", { staticClass: "ind-myApp-slim-new-content-center",
|
|
29603
|
+
return _c("IndMCard", { attrs: { "showHeader": false, "innerPadding": "0px" } }, [_c("div", { staticClass: "ind-myApp-slim-new-content" }, [_c("div", { staticClass: "ind-myApp-slim-new-content-title" }, [_vm._v("\u6211\u7684\u5E94\u7528")]), _c("div", { staticClass: "ind-myApp-slim-new-content-center", on: { "click": _vm.open } }, [!_vm.expanded ? _c("div", { staticClass: "ind-myApp-slim-new-icon-group" }, _vm._l(_vm.displayedIcons, function(icon, index2) {
|
|
29604
29604
|
return _c("div", { key: index2, staticClass: "ind-myApp-slim-new-icon" }, [_c("img", { staticStyle: { "height": "100%", "width": "100%", "border-radius": "8px", "background-color": "#fff" }, attrs: { "src": _vm.getImg(icon.meta.icon) } })]);
|
|
29605
|
-
}),
|
|
29605
|
+
}), 0) : _vm._e(), _vm.icons.length !== 0 && !_vm.expanded ? _c("Icon", { staticClass: "ind-myApp-slim-new-toggle-icon", attrs: { "type": "ios-arrow-forward" } }) : _vm._e(), _vm.icons.length !== 0 && _vm.expanded ? _c("Icon", { staticClass: "ind-myApp-slim-new-toggle-icon", attrs: { "type": "ios-arrow-down" } }) : _vm._e()], 1), _c("div", { staticClass: "ind-myApp-slim-new-content-button" }, [_c("div", { staticClass: "ind-myApp-slim-new-content-button-btn", on: { "click": _vm.edit } }, [_vm._v("\u7F16\u8F91")])])]), _vm.expanded ? _c("div", { staticStyle: { "width": "100%", "height": "auto" } }, [_c("van-swipe", { attrs: { "show-indicators": true, "loop": false } }, _vm._l(_vm.list, function(page, pageIdx) {
|
|
29606
29606
|
return _c("van-swipe-item", { key: pageIdx }, [_c("div", { style: { paddingBottom: _vm.list.length > 1 ? "30px" : "0" } }, [_c("div", { staticClass: "ind-myApp-slim-new-content-content" }, _vm._l(page, function(item2, itemIdx) {
|
|
29607
29607
|
return _c("div", { key: itemIdx, staticClass: "ind-myApp-slim-new-content-content-item", style: {
|
|
29608
29608
|
width: "calc(100% / " + _vm.rowAppCount + ")"
|
|
@@ -29707,17 +29707,17 @@ var render$8 = function() {
|
|
|
29707
29707
|
var _vm = this;
|
|
29708
29708
|
var _h = _vm.$createElement;
|
|
29709
29709
|
var _c = _vm._self._c || _h;
|
|
29710
|
-
return _c("div", { staticClass: "ind-m-new-app-center" }, [_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", { 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() {
|
|
29710
|
+
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() {
|
|
29711
29711
|
return [_c("div", { staticClass: "ind-m-new-placeholder-search-left" }, [_c("Icon", { attrs: { "type": "md-search" } })], 1)];
|
|
29712
29712
|
}, proxy: true }, { key: "right-icon", fn: function() {
|
|
29713
|
-
return [_c("div", { staticClass: "ind-m-new-placeholder-search-right" }, [_vm._v("\u641C\u7D22")])];
|
|
29713
|
+
return [_c("div", { staticClass: "ind-m-new-placeholder-search-right", on: { "click": _vm.onSearch } }, [_vm._v("\u641C\u7D22")])];
|
|
29714
29714
|
}, proxy: true }]), model: { value: _vm.searchValue, callback: function($$v) {
|
|
29715
29715
|
_vm.searchValue = $$v;
|
|
29716
|
-
}, expression: "searchValue" } })], 1), _c("van-popup", { staticStyle: { "width": "
|
|
29716
|
+
}, expression: "searchValue" } })], 1), _c("van-popup", { staticStyle: { "width": "90vw", "height": "50vh", "background-color": "var(--ind-m-home-bg-color)" }, attrs: { "round": true }, model: { value: _vm.show, callback: function($$v) {
|
|
29717
29717
|
_vm.show = $$v;
|
|
29718
29718
|
}, expression: "show" } }, [_c("div", { style: { display: "flex", flexWrap: "wrap" } }, _vm._l(_vm.searchApp, function(item2, idx) {
|
|
29719
29719
|
return _c("div", { key: idx, style: {
|
|
29720
|
-
width: "calc(100% /
|
|
29720
|
+
width: "calc(100% / 4)",
|
|
29721
29721
|
height: "100%",
|
|
29722
29722
|
display: "flex",
|
|
29723
29723
|
alignItems: "center",
|
|
@@ -32586,11 +32586,13 @@ function addRouterGuards({ router, store: store2, microType, allowPermissionList
|
|
|
32586
32586
|
store2.dispatch("loginSuccess", token);
|
|
32587
32587
|
}
|
|
32588
32588
|
}
|
|
32589
|
-
|
|
32590
|
-
|
|
32591
|
-
|
|
32592
|
-
|
|
32593
|
-
|
|
32589
|
+
if (!token) {
|
|
32590
|
+
let tokenInQuery = window.getQueryVariable("tokenWeapp");
|
|
32591
|
+
if (tokenInQuery) {
|
|
32592
|
+
console.log("tokenInQuery", tokenInQuery);
|
|
32593
|
+
setToken(tokenInQuery);
|
|
32594
|
+
token = tokenInQuery;
|
|
32595
|
+
}
|
|
32594
32596
|
}
|
|
32595
32597
|
}
|
|
32596
32598
|
console.log("typeof window.Code", typeof window.Code);
|