| | |
| | | # 教材配置文件的获取地址 |
| | | VUE_APP_RESOURCE_CTX = 'https://yxjy.pumcp.com/books/resource/' |
| | | # 教材静态资源获取的路径,部署时修改为当前这本书 |
| | | VUE_APP_PUBLIC_PATH = 'https://yxjy.pumcp.com/books/book/normalHumanBodyStructureFunction' |
| | | VUE_APP_PUBLIC_PATH = 'https://yxjy.pumcp.com/books/book/occupationalTherapyTechniques' |
| | | # 当前项目架子内所有的书的文件夹名称,用于打包时过滤其他文件夹 |
| | | VUE_APP_BOOK_LIST = "demo/exerciseTherapyTechniques/MSDiseaseRehabilitation/prosthodontics/normalHumanBodyStructureFunction" |
| | | VUE_APP_BOOK_LIST = "demo/exerciseTherapyTechniques/MSDiseaseRehabilitation/prosthodontics/normalHumanBodyStructureFunction/physiology/clinicalDiseasesSynopsis/speechTherapyTechniques/orthodontics/physicalFactorTherapyTechnology/occupationalTherapyTechniques" |
| | | # 当前部署的书的文件夹名称,部署时修改为当前这本书 |
| | | VUE_APP_BOOK_ID = 'normalHumanBodyStructureFunction' |
| | | VUE_APP_BOOK_ID = 'occupationalTherapyTechniques' |