Digital Office Automation System
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.

.env.development 534B

1234567891011121314151617181920212223
  1. # 页面标题
  2. VUE_APP_TITLE = 逐世后台管理系统
  3. # 开发环境配置
  4. ENV = 'development'
  5. # 逐世管理系统/开发环境
  6. VUE_APP_BASE_API = '/dev-api'
  7. # 应用访问路径 例如使用前缀 /admin/
  8. VUE_APP_CONTEXT_PATH = '/'
  9. # 监控地址
  10. VUE_APP_MONITRO_ADMIN = 'http://localhost:9090/admin/login'
  11. # xxl-job 控制台地址
  12. VUE_APP_XXL_JOB_ADMIN = 'http://localhost:9100/xxl-job-admin'
  13. # 路由懒加载
  14. VUE_CLI_BABEL_TRANSPILE_MODULES = true
  15. # 积木报表
  16. VUE_APP_JMREPORT_URL = 'http://127.0.0.1:8080/jmreport'