build,config: 调整生产环境配置并新增相关配置
1. 更新生产环境MinIO公网访问地址 2. 新增全局.gitignore忽略规则 3. 添加Spring MVC字符编码与消息转换器配置 4. 修复AppFooter.vue末尾多余空行
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
VITE_SITE_CODE=cg
|
||||
VITE_API_BASE_URL=/api
|
||||
VITE_MINIO_PUBLIC_URL=http://localhost:9000/chuanggao-images
|
||||
VITE_MINIO_PUBLIC_URL=http://117.72.159.31:9000/chuanggao-images
|
||||
|
||||
@@ -172,3 +172,4 @@ const socialLinks = [
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user