.env 289 B

123456
  1. # VITE_API_BASE_URL=http://gw-api.wangxunai.com/api
  2. # VITE_IMG_BASE_URL=http://gw-api.wangxunai.com
  3. # VITE_UPLOAD_URL=http://gw-api.wangxunai.com/api/upload
  4. VITE_API_BASE_URL=http://localhost:5000/api
  5. VITE_IMG_BASE_URL=http://localhost:5000
  6. VITE_UPLOAD_URL=http://localhost:5000/api/upload