.env.prod 198 B

12345678
  1. # just a flag
  2. NODE_ENV = 'test'
  3. # 生产环境变量配置文件
  4. # base api
  5. VUE_APP_BASE_API='https://www.k12100.com/student'
  6. # 学生端登录地址
  7. VUE_APP_STUDENT_LOGIN='https://www.k12100.com'