VUE_APP_ENV = 'product'
|
|
# 测试服图书部署配置文件
|
# VUE_APP_API_URL = "http://182.92.203.7:3001"
|
# VUE_APP_RESOURCE_CTX = 'http://182.92.203.7:3007/books/resource/'
|
# VUE_APP_PUBLIC_PATH = 'http://182.92.203.7:3007/books/book/hydraulicTransmission'
|
|
# 京师e课正式服图书部署配置文件
|
VUE_APP_API_URL = "https://jsek.bnuic.com"
|
VUE_APP_RESOURCE_CTX = 'https://jsek.bnuic.com/books/resource/'
|
VUE_APP_PUBLIC_PATH = 'https://jsek.bnuic.com/books/book/textToddlerSportsSafetyProtection'
|
|
|
# 旅游社图书部署配置文件
|
# VUE_APP_API_URL = "https://www.tepcb.com"
|
# VUE_APP_RESOURCE_CTX = 'https://www.tepcb.com/books/resource/'
|
# VUE_APP_PUBLIC_PATH = 'https://www.tepcb.com/books/book/policiesAndRegulations'
|
|
VUE_APP_BOOK_LIST = "childHealth/lifeCare/sportsAndHealth/embedded/english/artAndDance/artAndDrama/mathBook/botany/civilAviation/civilServices/meetingPlanners/aviationBasicSkills/aviationEtiquette/aviationSafety/toddlerGameImplementation/childcareInstitutionsManagement/preschoolGameGuidance/kindergartenLanguageActivity/preschoolEvaluation/preschoolBasicKnowledge/practicalCareChildrenManual/OralAndBroadcasting/aurturingAndEducationAged0to3/policiesAndRegulations/kindergartenActivitiesDesignGuidance/toddlerSportsSafetyProtection/artInitiationForAges0to3/childIllnessPreventionCare/behaviorObserveAndGuid/cognitiveLanDevEduAges0to3/aviationPassengerTransport6th/hotelEnglishTrainingBrochure2nd/hydraulicTransmission/MMVRTCMP/foodSensoryInspection/civilPassengerTransport/UAVTechIntro/textToddlerSportsSafetyProtection"
|
VUE_APP_BOOK_ID = 'textToddlerSportsSafetyProtection'
|