@lambo-design/pro-layout 1.0.0-beta.451 → 1.0.0-beta.453
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": "@lambo-design/pro-layout",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.453",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"author": "lambo",
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
"registry": "https://registry.npmjs.org/"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
|
-
"@lambo-design/
|
|
14
|
-
"@lambo-design/
|
|
13
|
+
"@lambo-design/shared": "^1.0.0-beta.364",
|
|
14
|
+
"@lambo-design/core": "^4.7.1-beta.178"
|
|
15
15
|
},
|
|
16
16
|
"scripts": {
|
|
17
17
|
"release-pro-layout": "pnpm release-beta && git push --follow-tags && pnpm re-publish",
|
|
@@ -224,7 +224,6 @@ export default {
|
|
|
224
224
|
this.selectApp(appId);
|
|
225
225
|
} else if (this.systemInfo.backToHome === "1" && this.systemInfo.backToHomeStyle === "app") {
|
|
226
226
|
this.activeName = 'backHome'
|
|
227
|
-
sessionStorage.setItem('fromHomeIndex', 'true')
|
|
228
227
|
}
|
|
229
228
|
}
|
|
230
229
|
setTimeout(() => {
|
package/src/index.vue
CHANGED
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
<i-content class="pro-layout-content">
|
|
43
43
|
<i-layout class="pro-layout-content-layout">
|
|
44
44
|
<div class="pro-layout-tabs" v-show="isHideLeftMenu">
|
|
45
|
-
<LamboProLayoutTabs :not-single-app="notSingleApp"></LamboProLayoutTabs>
|
|
45
|
+
<LamboProLayoutTabs ref="tabs" :not-single-app="notSingleApp"></LamboProLayoutTabs>
|
|
46
46
|
</div>
|
|
47
47
|
<i-content class="pro-layout-page">
|
|
48
48
|
<slot>
|