.env.development 274 B

12345678910111213141516
  1. ###
  2. # @Author: wjc
  3. # @Date: 2023-05-30 10:50:23
  4. # @LastEditors: LiZhiWei
  5. # @LastEditTime: 2026-01-09 14:32:31
  6. # @Description:
  7. ###
  8. NUXT_ENV='development'
  9. # 接口请求基础路径 (指向本地代理)
  10. NUXT_PUBLIC_API_BASE='/api'
  11. # # api地址
  12. VITE_API_URL="/api"