@oinone/kunlun-vue-admin-base 6.4.10 → 6.4.11
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oinone/kunlun-vue-admin-base",
|
|
3
|
-
"version": "6.4.
|
|
3
|
+
"version": "6.4.11",
|
|
4
4
|
"main": "index.ts",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"prebuild": "rimraf dist",
|
|
@@ -14,13 +14,13 @@
|
|
|
14
14
|
"doc": "typedoc --out docs src/index.ts"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@oinone/kunlun-vue-admin-layout": "6.4.
|
|
18
|
-
"@oinone/kunlun-vue-router": "6.4.
|
|
19
|
-
"@oinone/kunlun-vue-ui": "6.4.
|
|
20
|
-
"@oinone/kunlun-vue-ui-antd": "6.4.
|
|
21
|
-
"@oinone/kunlun-vue-ui-common": "6.4.
|
|
22
|
-
"@oinone/kunlun-vue-ui-el": "6.4.
|
|
23
|
-
"@oinone/kunlun-vue-widget": "6.4.
|
|
17
|
+
"@oinone/kunlun-vue-admin-layout": "6.4.11",
|
|
18
|
+
"@oinone/kunlun-vue-router": "6.4.11",
|
|
19
|
+
"@oinone/kunlun-vue-ui": "6.4.11",
|
|
20
|
+
"@oinone/kunlun-vue-ui-antd": "6.4.11",
|
|
21
|
+
"@oinone/kunlun-vue-ui-common": "6.4.11",
|
|
22
|
+
"@oinone/kunlun-vue-ui-el": "6.4.11",
|
|
23
|
+
"@oinone/kunlun-vue-widget": "6.4.11",
|
|
24
24
|
"@wangeditor/editor": "5.1.23",
|
|
25
25
|
"@wangeditor/editor-for-vue": "5.1.11",
|
|
26
26
|
"@wangeditor/plugin-upload-attachment": "1.1.0",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ClearCache, OINONE_HOMEPAGE_KEY, translateValueByKey } from '@oinone/kunlun-engine';
|
|
2
2
|
import { SYSTEM_MODULE_NAME } from '@oinone/kunlun-meta';
|
|
3
3
|
import {
|
|
4
4
|
gql,
|
|
@@ -396,7 +396,7 @@ export class LoginWidget extends BaseLoginWidget {
|
|
|
396
396
|
} else {
|
|
397
397
|
const parameters = (await homepageMaybeRuntimeContext(undefined, true)) as any;
|
|
398
398
|
localStorage.setItem(OINONE_HOMEPAGE_KEY, JSON.stringify(parameters));
|
|
399
|
-
|
|
399
|
+
ClearCache.clear();
|
|
400
400
|
this.router.push({
|
|
401
401
|
segments: [
|
|
402
402
|
{
|