1 2 3 4 5
NODE_ENV = 'development' VUE_APP_MODE = 'development' //通过"VUE_APP_MODE"变量来区分环境 VUE_APP_API_URL = 'https://pay.ccccitd.cc' // 开发(测试)环境API地址