This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 测试环境,VUE_APP_BASE_URL可以选择自己配置成需要的接口地址,如"https://api.xxx.com"
# 此文件修改后需要重启项目
NODE_ENV=production
VUE_APP_BASE_URL='/vab-mock-server'