Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

il y a 1 semaine
il y a 1 an
il y a 1 semaine
il y a 1 an
il y a 1 semaine
il y a 1 an
il y a 1 semaine
il y a 1 an
123456789101112131415161718192021222324252627282930313233343536
  1. ###
  2. # @Author: zwq
  3. # @Date: 2024-03-27 15:49:55
  4. # @LastEditors: zwq
  5. # @LastEditTime: 2024-09-10 15:19:19
  6. # @Description:
  7. ###
  8. # 生产环境配置
  9. ENV = 'production'
  10. # 页面标题
  11. VUE_APP_TITLE = 成本管理系统
  12. # 芋道管理系统/生产环境
  13. # VUE_APP_BASE_API = '/prod-api'
  14. VUE_APP_BASE_API = ''
  15. # 根据服务器或域名修改
  16. # PUBLIC_PATH = 'http://my-pi.com:8888/yudao-admin/'
  17. # PUBLIC_PATH = 'http://192.168.0.33:8888/'
  18. PUBLIC_PATH = ''
  19. # 二级部署路径
  20. VUE_APP_APP_NAME ='yudao-admin'
  21. # 多租户的开关
  22. VUE_APP_TENANT_ENABLE = true
  23. # 验证码的开关
  24. VUE_APP_CAPTCHA_ENABLE = true
  25. # 文档的开关
  26. VUE_APP_DOC_ENABLE = false
  27. # 百度统计
  28. VUE_APP_BAIDU_CODE = fadc1bd5db1a1d6f581df60a1807f8ab