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