init
This commit is contained in:
14
fuintCashierWeb/.env.staging
Normal file
14
fuintCashierWeb/.env.staging
Normal file
@@ -0,0 +1,14 @@
|
||||
# 页面标题
|
||||
VUE_APP_TITLE = 鑫翰达洁业系统
|
||||
|
||||
# 测试环境配置
|
||||
ENV = 'staging'
|
||||
|
||||
# 鑫翰达洁业系统/测试环境
|
||||
VUE_APP_BASE_API = '/stage-api'
|
||||
|
||||
# 发布目录
|
||||
VUE_APP_PUBLIC_PATH = '/'
|
||||
|
||||
# 后端接口地址
|
||||
VUE_APP_SERVER_URL = 'http://localhost:8082/stage-api/'
|
||||
Reference in New Issue
Block a user