.env.history 227 B

123456789101112
  1. NODE_ENV = production
  2. # just a flag
  3. ENV = 'history'
  4. # VUE_APP_BASE为项目访问路径的前缀
  5. VUE_APP_BASE = '/bigScreen'
  6. # VUE_APP_HISTORY为是否开启history模式
  7. VUE_APP_HISTORY = 'y'
  8. VUE_APP_BUILD_TYPE = 'example'