Files
cashier/fuintCashierWeb/.env.development
砂糖 8015759c65 init
2026-02-07 18:01:13 +08:00

15 lines
273 B
Plaintext

# 页面标题
VUE_APP_TITLE = 鑫翰达洁业系统
# 开发环境配置
ENV = 'development'
# 鑫翰达洁业系统/开发环境
VUE_APP_BASE_API = '/dev-api'
# 发布目录
VUE_APP_PUBLIC_PATH = '/'
# 后端接口地址
VUE_APP_SERVER_URL = 'http://localhost:8080/'