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

.env.production 203 B

10 个月前
123456789101112
  1. ###
  2. # @Author: zhp
  3. # @Date: 2023-10-30 14:18:30
  4. # @LastEditTime: 2023-11-02 16:16:09
  5. # @LastEditors: zhp
  6. # @Description:
  7. ###
  8. # just a flag
  9. ENV = 'production'
  10. # base api
  11. # VUE_APP_BASE_API = '/api'