|
@ -65,6 +65,9 @@ export default { |
|
|
$route: "routeHandle", |
|
|
$route: "routeHandle", |
|
|
}, |
|
|
}, |
|
|
async created() { |
|
|
async created() { |
|
|
|
|
|
this.$store.state.sidebarMenuList = window.SITE_CONFIG["menuList"]; |
|
|
|
|
|
console.log(this.$store.state.sidebarMenuList); |
|
|
|
|
|
|
|
|
this.windowResizeHandle(); |
|
|
this.windowResizeHandle(); |
|
|
this.routeHandle(this.$route); |
|
|
this.routeHandle(this.$route); |
|
|
Promise.all([this.getWorkUserInfo()]).then(() => { |
|
|
Promise.all([this.getWorkUserInfo()]).then(() => { |
|
|