|  |  | @@ -1,5 +1,5 @@ | 
		
	
		
			
			|  |  |  | <template> | 
		
	
		
			
			|  |  |  | <div> | 
		
	
		
			
			|  |  |  | <div @click="globalWatcher"> | 
		
	
		
			
			|  |  |  | <HeadTop /> | 
		
	
		
			
			|  |  |  | <!-- <div class="chooseModel"> | 
		
	
		
			
			|  |  |  | <div :class="phase == 1 ? 'active' : ''">选择模板</div> | 
		
	
	
		
			
				|  |  | @@ -157,6 +157,10 @@ export default { | 
		
	
		
			
			|  |  |  | methods: { | 
		
	
		
			
			|  |  |  | ...mapActions(["setCharacters"]), | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | globalWatcher(e) { | 
		
	
		
			
			|  |  |  | console.log(e, "e"); | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | go(url) { | 
		
	
		
			
			|  |  |  | this.$router.push(url); | 
		
	
		
			
			|  |  |  | }, | 
		
	
	
		
			
				|  |  | @@ -365,7 +369,7 @@ export default { | 
		
	
		
			
			|  |  |  | border: 1px solid #00000028; | 
		
	
		
			
			|  |  |  | padding: 8px; | 
		
	
		
			
			|  |  |  | border-radius: 8px; | 
		
	
		
			
			|  |  |  | transition: all 0.3s; | 
		
	
		
			
			|  |  |  | transition: all 0.5s; | 
		
	
		
			
			|  |  |  | opacity: 0.9; | 
		
	
		
			
			|  |  |  | img { | 
		
	
		
			
			|  |  |  | width: 150px; | 
		
	
	
		
			
				|  |  | 
 |