eoss-ui 0.4.89 → 0.4.90
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/eoss-ui.common.js +10 -9
- package/lib/index.js +1 -1
- package/lib/main.js +4 -3
- package/package.json +1 -1
- package/packages/main/src/main.vue +2 -1
- package/src/index.js +1 -1
package/lib/eoss-ui.common.js
CHANGED
|
@@ -47309,8 +47309,8 @@ login_src_main.install = function (Vue) {
|
|
|
47309
47309
|
};
|
|
47310
47310
|
|
|
47311
47311
|
/* harmony default export */ var login = (login_src_main);
|
|
47312
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=template&id=
|
|
47313
|
-
var
|
|
47312
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=template&id=6641fcac&
|
|
47313
|
+
var mainvue_type_template_id_6641fcac_render = function () {
|
|
47314
47314
|
var _vm = this
|
|
47315
47315
|
var _h = _vm.$createElement
|
|
47316
47316
|
var _c = _vm._self._c || _h
|
|
@@ -47735,11 +47735,11 @@ var mainvue_type_template_id_5d84af02_render = function () {
|
|
|
47735
47735
|
1
|
|
47736
47736
|
)
|
|
47737
47737
|
}
|
|
47738
|
-
var
|
|
47739
|
-
|
|
47738
|
+
var mainvue_type_template_id_6641fcac_staticRenderFns = []
|
|
47739
|
+
mainvue_type_template_id_6641fcac_render._withStripped = true
|
|
47740
47740
|
|
|
47741
47741
|
|
|
47742
|
-
// CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=
|
|
47742
|
+
// CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=6641fcac&
|
|
47743
47743
|
|
|
47744
47744
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/userinfo.vue?vue&type=template&id=799780ee&
|
|
47745
47745
|
var userinfovue_type_template_id_799780ee_render = function () {
|
|
@@ -51072,6 +51072,7 @@ var log = utils_util["a" /* default */].getParams('console');
|
|
|
51072
51072
|
handleJump: function handleJump(page, type, res) {
|
|
51073
51073
|
var _this9 = this;
|
|
51074
51074
|
|
|
51075
|
+
var prevPage = sessionStorage.getItem('jump');
|
|
51075
51076
|
console.log(page);
|
|
51076
51077
|
sessionStorage.setItem('jump', page);
|
|
51077
51078
|
if (res) {
|
|
@@ -51081,7 +51082,7 @@ var log = utils_util["a" /* default */].getParams('console');
|
|
|
51081
51082
|
this.pid = res.pid;
|
|
51082
51083
|
}
|
|
51083
51084
|
}
|
|
51084
|
-
if (utils_util["a" /* default */].win.location.hash === page) {
|
|
51085
|
+
if (utils_util["a" /* default */].win.location.hash === page && prevPage === page) {
|
|
51085
51086
|
this.refresh = true;
|
|
51086
51087
|
return;
|
|
51087
51088
|
}
|
|
@@ -51467,8 +51468,8 @@ var log = utils_util["a" /* default */].getParams('console');
|
|
|
51467
51468
|
|
|
51468
51469
|
var main_src_main_component = normalizeComponent(
|
|
51469
51470
|
packages_main_src_mainvue_type_script_lang_js_,
|
|
51470
|
-
|
|
51471
|
-
|
|
51471
|
+
mainvue_type_template_id_6641fcac_render,
|
|
51472
|
+
mainvue_type_template_id_6641fcac_staticRenderFns,
|
|
51472
51473
|
false,
|
|
51473
51474
|
null,
|
|
51474
51475
|
null,
|
|
@@ -70632,7 +70633,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
70632
70633
|
}
|
|
70633
70634
|
|
|
70634
70635
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
70635
|
-
version: '0.4.
|
|
70636
|
+
version: '0.4.90',
|
|
70636
70637
|
install: install,
|
|
70637
70638
|
Button: packages_button,
|
|
70638
70639
|
ButtonGroup: button_group,
|