This commit is contained in:
Vinjor 2024-09-25 11:23:32 +08:00
parent c7be416570
commit 6eca7526ce

View File

@ -0,0 +1,14 @@
# 页面标题
VUE_APP_TITLE = 百业兴智慧收银台
# 开发环境配置
ENV = 'development'
# fuint会员营销系统/开发环境
VUE_APP_BASE_API = '/dev-api'
# 发布目录
VUE_APP_PUBLIC_PATH = '/'
# 后端接口地址
VUE_APP_SERVER_URL = 'http://127.0.0.1:8081/'