.env.production 245 B

12345678
  1. # 线上环境
  2. NODE_ENV = "production"
  3. # 线上环境接口地址
  4. VITE_API_URL = "https://mock.mengxuegu.com/mock/62abda3212c1416424630a45"
  5. VITE_NOTIFICATION_URL = "http://114.215.252.134:8989"
  6. VITE_USER_LOGIN_URL = "http://182.44.10.206:8000"