.env.development 653 B

123456789101112131415
  1. ###
  2. # @Author: liangxvying 1615026511@qq.com
  3. # @Date: 2024-10-09 09:39:18
  4. # @LastEditors: liangxvying 1615026511@qq.com
  5. # @LastEditTime: 2024-11-05 17:18:24
  6. # @FilePath: /daweiboshi_web/.env.development
  7. # @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
  8. ###
  9. # 开发环境,VUE_APP_BASE_URL可以选择自己配置成需要的接口地址,如"https://api.xxx.com"
  10. # 此文件修改后需要重启项目
  11. VUE_APP_OUTPUT=development
  12. NODE_ENV=development
  13. VUE_APP_BASE_URL='/api'
  14. VUE_APP_FILE_URL='http://dwbszbs.dev.xmnk.cn'