管理系统PC端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

13 line
184 B

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