You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
###
|
|
|
|
|
# @Author: qinzhenpen qzp1807@126.com
|
|
|
|
|
# @Date: 2024-08-27 10:39:50
|
|
|
|
|
# @LastEditors: qinzhenpen qzp1807@126.com
|
|
|
|
|
# @LastEditTime: 2025-04-25 17:58:04
|
|
|
|
|
# @FilePath: \digital-marketing\.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_BASE_API = '/'
|
|
|
|
|
VITE_APP_AI_API = 'https://whmnjy.sztzjy.com:8764/'
|
|
|
|
|
VITE_APP_BI_URL = 'https://dshlw.sztzjy.com:196'
|
|
|
|
|
# 是否在打包时开启压缩,支持 gzip 和 brotli
|
|
|
|
|
VITE_BUILD_COMPRESS = gzip
|