@indfnd/common-mobile 0.0.2 → 0.0.3
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 +7 -0
- package/dist/ind-common-mobile.es.js +2 -2
- package/dist/ind-common-mobile.umd.cjs +21 -21
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
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.3](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v0.0.2...v0.0.3) (2024-03-06)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* 修改baserouter ([3140949](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/commit/3140949c7db77e71672e96b46ba355777168f686))
|
|
11
|
+
|
|
5
12
|
### [0.0.2](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v0.0.82...v0.0.2) (2024-03-06)
|
|
6
13
|
|
|
7
14
|
|
|
@@ -2,7 +2,7 @@ import { checkIdCard, checkVehicleNo, checkPhone, getDictMapApi, formatDate, axi
|
|
|
2
2
|
import { DropdownMenu as DropdownMenu$1, DropdownItem as DropdownItem$1, Message, LoadingBar, Spin } from "view-design";
|
|
3
3
|
import Vue$1 from "vue";
|
|
4
4
|
const name = "@indfnd/common-mobile";
|
|
5
|
-
const version$1 = "0.0.
|
|
5
|
+
const version$1 = "0.0.2";
|
|
6
6
|
const author = "huxuetong";
|
|
7
7
|
const publishConfig = {
|
|
8
8
|
registry: "https://registry.npmjs.org/"
|
|
@@ -68250,7 +68250,7 @@ function addRouterGuards({ router, store: store2, microType, allowPermissionList
|
|
|
68250
68250
|
}
|
|
68251
68251
|
const routerOptions = {
|
|
68252
68252
|
mode: "history",
|
|
68253
|
-
base:
|
|
68253
|
+
base: "ind-mobile"
|
|
68254
68254
|
};
|
|
68255
68255
|
var user = {
|
|
68256
68256
|
state: {
|