index.json 394 B

12345678910
  1. {
  2. "usingComponents": {
  3. "tabBar": "../../../component/tabBar/tabBar",
  4. "teacherMonitor": "../../../component/teacher/teacherMonitor/monitor",
  5. "teacherFile": "../../../component/teacher/teacherFile/teacherFile",
  6. "teacherFault": "../../../component/teacher/teacherFault/teacherFault",
  7. "myInfo": "../../../component/myInfo/myInfo"
  8. },
  9. "navigationBarTitleText": "教师端"
  10. }