管理系统PC端
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112
  1. # 页面标题
  2. VUE_APP_TITLE = 后台系统
  3. BABEL_ENV = production
  4. NODE_ENV = production
  5. # 测试环境配置
  6. ENV = 'staging'
  7. # 管理系统/测试环境
  8. VUE_APP_BASE_API = '/api'