您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

9 行
98 B

  1. NODE_ENV = production
  2. # just a flag
  3. ENV = 'staging'
  4. # base api
  5. VUE_APP_BASE_API = '/stage-api'