| 
														
															@@ -64,6 +64,7 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   import { clearLoginInfo } from '@/utils' 
														 | 
														
														 | 
														
															   import { clearLoginInfo } from '@/utils' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   import PreviewComponent from '@/views/modules/common/preview-component' 
														 | 
														
														 | 
														
															   import PreviewComponent from '@/views/modules/common/preview-component' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   import YouliComponent from '@/views/modules/common/youli-component' 
														 | 
														
														 | 
														
															   import YouliComponent from '@/views/modules/common/youli-component' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+  import Vue from 'vue' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 export default { 
														 | 
														
														 | 
														
															 export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     data () { 
														 | 
														
														 | 
														
															     data () { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       return { 
														 | 
														
														 | 
														
															       return { 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -91,7 +92,10 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         set (val) { this.$store.commit('common/updateMainTabs', val) } 
														 | 
														
														 | 
														
															         set (val) { this.$store.commit('common/updateMainTabs', val) } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       }, 
														 | 
														
														 | 
														
															       }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       userName: { 
														 | 
														
														 | 
														
															       userName: { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        get () { return this.$store.state.user.name } 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        get () { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        // return this.$store.state.user.name 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+          return Vue.cookie.get('name') 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       } 
														 | 
														
														 | 
														
															       } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     }, 
														 | 
														
														 | 
														
															     }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     methods: { 
														 | 
														
														 | 
														
															     methods: { 
														 |