unibest/env/.env
2024-01-20 17:11:12 +08:00

12 lines
353 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

VITE_APP_TITLE = 'unifly-uniapp'
VITE_APP_PORT = 9000
# TODO: 记得修改
VITE_UNI_APPID = 'H5871D791'
VITE_WX_APPID = 'wxa2abb91f64032a2b'
# 生产环境小程序要过滤掉demo因为demo里面很多本地图片超过2M的主包大小
# 是否显示DEMO1-显示0-不显示
# TIPS可以通过新增 .env.local 改写
VITE_SHOW_DEMO=0