###
|
# @Author: web candymxq888@outlook.com
|
# @Date: 2025-03-18 11:34:56
|
# @LastEditors: web candymxq888@outlook.com
|
# @LastEditTime: 2025-06-19 14:53:44
|
# @FilePath: \temp\.env.production
|
# @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
###
|
|
# 页面标题
|
VITE_APP_TITLE = 后台管理系统
|
|
# 开发环境配置
|
VITE_APP_ENV = 'production'
|
|
# 图片地址
|
VITE_APP_IMG_BASEURL = 'http://192.168.0.200:8036/upload'
|
|
# 正式环境
|
VITE_APP_PUBLIC_REQUEST_API = 'http://192.168.0.200:8036'
|
# 是否在打包时开启压缩,支持 gzip 和 brotli
|
# VITE_BUILD_COMPRESS = gzip
|