应用层PC端前端服务

.env.staging 190B

12345678910
  1. # 页面标题
  2. VUE_APP_TITLE = 智慧仲裁管理系统
  3. NODE_ENV = production
  4. # 测试环境配置
  5. ENV = 'staging'
  6. # 智慧仲裁管理系统/测试环境
  7. VUE_APP_BASE_API = '/stage-api'