@indfnd/common-mobile 0.0.79 → 0.0.81

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,15 @@
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.81](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v0.0.80...v0.0.81) (2025-08-06)
6
+
7
+ ### [0.0.80](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v0.0.79...v0.0.80) (2025-08-05)
8
+
9
+
10
+ ### Features
11
+
12
+ * 修复写死上下文的地方 ([b32fe05](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/commit/b32fe05118c0b6f055bd4cab9a233356a939ba0f))
13
+
5
14
  ### [0.0.79](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v0.0.78...v0.0.79) (2025-07-29)
6
15
 
7
16
 
@@ -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.78";
5
+ const version$2 = "0.0.80";
6
6
  const author$1 = "huxuetong";
7
7
  const publishConfig = {
8
8
  registry: "https://registry.npmjs.org/"
@@ -70998,7 +70998,7 @@ const pluginLogin = (store2) => {
70998
70998
  store2.commit("setToken", "");
70999
70999
  if (isHb) {
71000
71000
  return new Promise((resolve, reject) => {
71001
- let url = "https://weixintest.hbtobacco.cn/scyxgateway/ind-uc-ext-server/sso/hb/ssoHbWxLogin";
71001
+ let url = location.protocol + "//" + location.host + "/scyxgateway/ind-uc-ext-server/sso/hb/ssoHbWxLogin";
71002
71002
  axios$3.get(url).then(async (resp) => {
71003
71003
  setToken(resp.token);
71004
71004
  resolve(resp.token);
@@ -71476,4 +71476,4 @@ const API = {
71476
71476
  doChangeTheme,
71477
71477
  directives
71478
71478
  };
71479
- export { Apps, AppsEdit, AppsNew, basicLayout as BasicLayout, datepicker as DatePicker, detailView as DetailView, EmptyLayout, ErrorContent, form as Form, configPlugin as IndConfigPlugin, routerPlugin as IndRouterPlugin, inputSelect as InputSelect, loadMore as LoadMore, loadingPanel as LoadingPanel, Login, MyApps, NotFound, pageView as PageView, popupView as PopupView, queryView as QueryView, search as Search, selectBtn as SelectBtn, selectPanel as SelectPanel, Setting, User, user$1 as User1, addRouterGuards, createMacroBasicRoutes, createMicroBasicRoutes, API as default, permission, routerOptions, store, tabbar };
71479
+ export { Apps, AppsEdit, AppsNew, basicLayout as BasicLayout, datepicker as DatePicker, detailView as DetailView, EmptyLayout, ErrorContent, form as Form, configPlugin as IndConfigPlugin, routerPlugin as IndRouterPlugin, inputSelect as InputSelect, loadMore as LoadMore, loadingPanel as LoadingPanel, Login, MyApps, NotFound, pageView as PageView, popupView as PopupView, queryView as QueryView, search as Search, selectBtn as SelectBtn, selectPanel as SelectPanel, Setting, User, user$1 as User1, addRouterGuards, createMacroBasicRoutes, createMicroBasicRoutes, API as default, install, permission, routerOptions, store, tabbar };