.env.production 179 B

12345678
  1. # 线上环境
  2. ENV = 'production'
  3. # public path 配置线上环境路径(打包)
  4. VITE_PUBLIC_PATH = '/'
  5. # 线上环境接口地址
  6. VITE_API_URL = 'https://admin.zhontai.net'