You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
374 B

2 months ago
2 months ago
1 month ago
2 months ago
  1. # must start with VITE_
  2. VITE_ENV = 'development'
  3. VITE_OUTPUT_DIR = 'dev'
  4. # public path
  5. VITE_PUBLIC_PATH = /
  6. #新数据接口
  7. VITE_APP_API_BASE_URL = "http://39.101.133.168:8828/link"
  8. VITE_APP_IMG_API_BASE_URL = "http://39.101.133.168:8828/hljw/api/aws/upload"
  9. #MJ API
  10. VITE_APP_MJ_API_BASE_URL = "http://192.168.9.19:8080/api"
  11. # Whether to open mock
  12. VITE_USE_MOCK = true