.env.dev-mock 113 B

123
  1. NODE_ENV = development-mock
  2. VUE_APP_API_URL = 'http://localhost:4000/api'
  3. VUE_APP_ENV_NAME = '[Mock开发环境]'