|  | @@ -19,9 +19,9 @@ function pathResolve(dir: string) {
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  // const proxyUrl = 'https://dev.lexiaoya.cn'
 | 
	
		
			
				|  |  | -const proxyUrl = 'http://127.0.0.1:7293/'
 | 
	
		
			
				|  |  | +// const proxyUrl = 'http://127.0.0.1:7293/'
 | 
	
		
			
				|  |  |  // const proxyUrl = 'https://resource.colexiu.com/'
 | 
	
		
			
				|  |  | -// const proxyUrl = 'https://test.resource.colexiu.com'
 | 
	
		
			
				|  |  | +const proxyUrl = 'https://dev.resource.colexiu.com'
 | 
	
		
			
				|  |  |  // https://test.resource.colexiu.com/
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  export default ({ command, mode }: ConfigEnv): UserConfig => {
 |