mirror of
				https://github.com/YunaiV/ruoyi-vue-pro.git
				synced 2025-10-31 10:37:41 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			298 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			298 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # 本地开发环境
 | |
| NODE_ENV=development
 | |
| 
 | |
| # 请求路径
 | |
| VITE_BASE_URL='http://localhost:48080'
 | |
| 
 | |
| # 上传路径
 | |
| VITE_UPLOAD_URL='http://localhost:48080/admin-api/infra/file/upload'
 | |
| 
 | |
| # 接口前缀
 | |
| VITE_API_BASEPATH=/dev-api
 | |
| 
 | |
| # 接口地址
 | |
| VITE_API_URL=/admin-api
 | |
| 
 | |
| # 打包路径
 | |
| VITE_BASE_PATH=/
 | 
