mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 02:08:43 +08:00 
			
		
		
		
	修复 vue3 的后端地址填写错误
This commit is contained in:
		| @@ -4,10 +4,10 @@ NODE_ENV=production | |||||||
| VITE_DEV=false | VITE_DEV=false | ||||||
|  |  | ||||||
| # 请求路径 | # 请求路径 | ||||||
| VITE_BASE_URL='http://localhost:58080' | VITE_BASE_URL='http://localhost:48080' | ||||||
|  |  | ||||||
| # 上传路径 | # 上传路径 | ||||||
| VITE_UPLOAD_URL='http://localhost:58080/admin-api/infra/file/upload' | VITE_UPLOAD_URL='http://localhost:48080/admin-api/infra/file/upload' | ||||||
|  |  | ||||||
| # 接口前缀 | # 接口前缀 | ||||||
| VITE_API_BASEPATH=/dev-api | VITE_API_BASEPATH=/dev-api | ||||||
|   | |||||||
| @@ -4,10 +4,10 @@ NODE_ENV=production | |||||||
| VITE_DEV=false | VITE_DEV=false | ||||||
|  |  | ||||||
| # 请求路径 | # 请求路径 | ||||||
| VITE_BASE_URL='http://localhost:58080' | VITE_BASE_URL='http://localhost:48080' | ||||||
|  |  | ||||||
| # 上传路径 | # 上传路径 | ||||||
| VITE_UPLOAD_URL='http://localhost:58080/admin-api/infra/file/upload' | VITE_UPLOAD_URL='http://localhost:48080/admin-api/infra/file/upload' | ||||||
|  |  | ||||||
| # 接口前缀 | # 接口前缀 | ||||||
| VITE_API_BASEPATH= | VITE_API_BASEPATH= | ||||||
|   | |||||||
| @@ -4,10 +4,10 @@ NODE_ENV=production | |||||||
| VITE_DEV=false | VITE_DEV=false | ||||||
|  |  | ||||||
| # 请求路径 | # 请求路径 | ||||||
| VITE_BASE_URL='http://localhost:58080' | VITE_BASE_URL='http://localhost:48080' | ||||||
|  |  | ||||||
| # 上传路径 | # 上传路径 | ||||||
| VITE_UPLOAD_URL='http://localhost:58080/admin-api/infra/file/upload' | VITE_UPLOAD_URL='http://localhost:48080/admin-api/infra/file/upload' | ||||||
|  |  | ||||||
| # 接口前缀 | # 接口前缀 | ||||||
| VITE_API_BASEPATH= | VITE_API_BASEPATH= | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 YunaiV
					YunaiV