js_image_annotation_web/.env.production

10 lines
213 B
Plaintext
Raw Normal View History

2025-10-24 17:39:06 +08:00
# 页面标题
VUE_APP_TITLE = 图像评估与自动标注系统
# 生产环境配置
ENV = 'production'
VUE_APP_ENV = 'production'
# 图像评估与自动标注系统/生产环境
VUE_APP_BASE_API = '/caption'