Logo white

baoman / Ezquiz_Platform

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Ezquiz_Platform
  • src
  • config
  • index.js
  • fix:修复年级组长打印,班主任最高分逻辑变更
    45b98e8e
    LH_PC authored
    2024-11-04 15:18:34 +0800  
    Browse Code »
index.js 250 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
const modeUrl = {
  // 开发环境
  development: {
    baseURL: "/",
    authBaseURL: "",
    $cdn:""
  },
  // 生产环境
  production: {
    baseURL: "/",
    authBaseURL: "",
    $cdn:""
  },
};
module.exports =  modeUrl[process.env.NODE_ENV]