.env.production 556 B

123456789101112131415
  1. ###
  2. # @FilePath: .env.production
  3. # @Author: 旭颖
  4. # @Date: 2023-04-03 10:38:35
  5. # @LastEditors: Please set LastEditors
  6. # @LastEditTime: 2023-06-29 09:24:30
  7. ###
  8. # 生产环境,VUE_APP_BASE_URL可以选择自己配置成需要的接口地址,如"https://api.xxx.com"
  9. # 此文件修改后需要重启项目
  10. VUE_APP_OUTPUT=production
  11. NODE_ENV=production
  12. # VUE_APP_BASE_URL='http://zhumadian.site.xmnk.cn/admin'
  13. VUE_APP_BASE_URL='https://template.site.xmnk.cc/pap'
  14. VUE_APP_FILE_URL='https://template.site.xmnk.cc'
  15. # VUE_APP_BASE_URL='/vab-mock-server'