|  | @@ -69,8 +69,8 @@ export default defineConfig({
 | 
	
		
			
				|  |  |  				// target: "https://test.lexiaoya.cn",
 | 
	
		
			
				|  |  |  				// target: "https://dev.kt.colexiu.com",
 | 
	
		
			
				|  |  |  				// target: "https://test.resource.colexiu.com", // 内容平台开发环境,内容平台开发,需在url链接上加上isCbs=true
 | 
	
		
			
				|  |  | -				target: "https://test.resource.colexiu.com",
 | 
	
		
			
				|  |  | -				// target: "https://test.kt.colexiu.com",
 | 
	
		
			
				|  |  | +				// target: "https://test.resource.colexiu.com",
 | 
	
		
			
				|  |  | +				target: "https://test.kt.colexiu.com",
 | 
	
		
			
				|  |  |  				changeOrigin: true,
 | 
	
		
			
				|  |  |  				rewrite: (path) => path.replace(/^\/instrument/, ""),
 | 
	
		
			
				|  |  |  			},
 |