mirror of
				https://github.com/pure-admin/pure-admin-thin.git
				synced 2025-11-03 09:04:49 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			288 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			288 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# 线上环境项目打包路径
 | 
						|
VITE_PUBLIC_PATH = /
 | 
						|
 | 
						|
# 线上环境路由历史模式
 | 
						|
VITE_ROUTER_HISTORY = "hash"
 | 
						|
 | 
						|
# 线上环境后端地址
 | 
						|
VITE_PROXY_DOMAIN_REAL = ""
 | 
						|
 | 
						|
# 是否为打包后的文件提供传统浏览器兼容性支持 支持 true 不支持 false
 | 
						|
VITE_LEGACY = false  |