@litianxiang/portal-ui 0.1.14 → 0.1.15

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -1021,6 +1021,7 @@ function fo(e) {
1021
1021
  baseURL: e.baseURL || "",
1022
1022
  getUserStore: e.getUserStore,
1023
1023
  getLoadingStore: e.getLoadingStore,
1024
+ refreshUrl: "/proxy/sys/auth/api/token/refresh",
1024
1025
  onShowError: e.onShowError
1025
1026
  });
1026
1027
  return window[Te] = E, window[Ge] = T, { http: E, logoutToAuth: T };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@litianxiang/portal-ui",
3
- "version": "0.1.14",
3
+ "version": "0.1.15",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -28,7 +28,7 @@
28
28
  "access": "public"
29
29
  },
30
30
  "dependencies": {
31
- "@litianxiang/portal-core": "^0.2.3",
31
+ "@litianxiang/portal-core": "^0.2.4",
32
32
  "@vue-office/docx": "^1.6.3",
33
33
  "@vue-office/excel": "^1.7.14",
34
34
  "@vue-office/pdf": "^2.0.10",