.env.production 176 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 # just a flag ENV = 'demonstration' NODE_ENV=development # base api VUE_APP_BASE_API = '/dev-api' # 演示,正式后端 VUE_APP_API_BASE_URL = 'http://39.103.195.0/dev-api'