.env.development 211 B

1234567891011
  1. ###
  2. # @Author: wjc
  3. # @Date: 2023-05-30 10:50:23
  4. # @LastEditors: wjc
  5. # @LastEditTime: 2024-05-08 14:40:26
  6. # @Description:
  7. ###
  8. VITE_ENV = 'development'
  9. # base api
  10. VITE_APP_BASE_API = 'https://s.mooeen.com'