.env.development 135 B

123456
  1. NODE_ENV=development
  2. VUE_APP_PREVIEW=true
  3. # 开发环境时,要调用的egg服务地址
  4. VUE_APP_API_BASE_URL=http://localhost:7068