artRepair/.env.production
2025-04-01 16:48:16 +08:00

31 lines
897 B
Plaintext
Raw Permalink 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.

# just a flag
NODE_ENV = production
# 用于控制是否debugger和控制台打印
VITE_APP_ConsoleLog = 'false'
# 用于区分边缘工作站环境和正式服务器环境
VITE_APP_EDGE = 'false'
VITE_APP_PROJECTNAME = 'artrepair'
#图片资源路径
VITE_APP_IMAGE_URL = '/resources/basePic/cellsysApp'
VITE_APP_AMAP_WEBAPI = '4c7df0c6f9202d88674d29a11d19e7cf'
# 微信登录配置
VITE_APP_WX_SWITCH = 'ON'
VITE_APP_WX_APPID = 'wxa27d9b0946715559'
# 高德地图接口key由高德开放平台生成
VITE_APP_AMAP_KEY = '6fb9a8497a691e98c94b3365d26e89bc'
#事件文件上传大小限制
VITE_APP_FILESIZE = 20
#隐私协议
VITE_APP_Privacy_Policy="https://www.airkoon.com/doc/other/Cellsys%E4%B8%AA%E4%BA%BA%E9%9A%90%E7%A7%81%E6%9D%83%E6%94%BF%E7%AD%96.html"
#用户协议
VITE_APP_User_Agreement="https://www.airkoon.com/doc/other/Cellsys%E7%94%A8%E6%88%B7%E5%8D%8F%E8%AE%AE.html"