|  |  | @ -15,7 +15,7 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |   created () { | 
			
		
	
		
			
				
					|  |  |  |     const _token = Cookies.get('token') || localStorage.getItem('token') | 
			
		
	
		
			
				
					|  |  |  |     const _customerId = Cookies.get('customerId') || localStorage.getItem('customerId') | 
			
		
	
		
			
				
					|  |  |  |     this.url = `https://epdc-jinan-test.elinkservice.cn/plugin-wrf/#/NoteTaking?token=${_token}&customerId=${_customerId}` | 
			
		
	
		
			
				
					|  |  |  |     this.url = `${window.SITE_CONFIG['workLogURL']}/#/NoteTaking?token=${_token}&customerId=${_customerId}` | 
			
		
	
		
			
				
					|  |  |  |   } | 
			
		
	
		
			
				
					|  |  |  | } | 
			
		
	
		
			
				
					|  |  |  | </script> | 
			
		
	
	
		
			
				
					|  |  | 
 |