;(function(){ let u=void 0,isReady=false,onReadyCallbacks=[],isServiceReady=false,onServiceReadyCallbacks=[]; const __uniConfig = {"pages":[],"globalStyle":{"backgroundColor":"#F8F8F8","navigationBar":{"backgroundColor":"#F8F8F8","titleText":"教师端","type":"default","titleColor":"#000000"},"isNVue":false},"nvue":{"compiler":"uni-app","styleCompiler":"uni-app","flex-direction":"column"},"renderer":"auto","appname":"教师端","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":true},"compilerVersion":"5.15","entryPagePath":"pages/login/index","entryPageQuery":"","realEntryPagePath":"","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000},"tabBar":{"position":"bottom","color":"#7A7E83","selectedColor":"#2E64FA","borderStyle":"black","blurEffect":"none","fontSize":"12px","iconWidth":"24px","spacing":"3px","height":"136rpx","list":[{"pagePath":"pages/workspace/index","iconPath":"/static/image/tabbar/workspace.png","selectedIconPath":"/static/image/tabbar/workspace_cur.png","text":"工作台"},{"pagePath":"pages/todo/index","iconPath":"/static/image/tabbar/todo.png","selectedIconPath":"/static/image/tabbar/todo_cur.png","text":"待办"},{"pagePath":"pages/message/index","iconPath":"/static/image/tabbar/message.png","selectedIconPath":"/static/image/tabbar/message_cur.png","text":"消息"},{"pagePath":"pages/my/index","iconPath":"/static/image/tabbar/my.png","selectedIconPath":"/static/image/tabbar/my_cur.png","text":"我的"}],"backgroundColor":"#FFFFFF","selectedIndex":0,"shown":true},"fallbackLocale":"zh-Hans","locales":{},"darkmode":false,"themeConfig":{}}; const __uniRoutes = [{"path":"pages/login/index","meta":{"isQuit":true,"isEntry":true,"navigationBar":{"titleText":"登录","style":"custom","type":"default"},"isNVue":false}},{"path":"pages/login/agreement","meta":{"navigationBar":{"titleText":"用户协议和隐私政策","style":"custom","type":"default"},"isNVue":false}},{"path":"pages/workspace/index","meta":{"isQuit":true,"isTabBar":true,"tabBarIndex":0,"navigationBar":{"titleText":"工作台","style":"custom","type":"default"},"isNVue":false}},{"path":"pages/workspace/schedule","meta":{"navigationBar":{"titleText":"校历安排","style":"custom","type":"default"},"isNVue":false}},{"path":"pages/todo/index","meta":{"isQuit":true,"isTabBar":true,"tabBarIndex":1,"navigationBar":{"titleText":"待办","style":"custom","type":"default"},"isNVue":false}},{"path":"pages/message/index","meta":{"isQuit":true,"isTabBar":true,"tabBarIndex":2,"navigationBar":{"titleText":"消息","style":"custom","type":"default"},"isNVue":false}},{"path":"pages/my/index","meta":{"isQuit":true,"isTabBar":true,"tabBarIndex":3,"navigationBar":{"titleText":"我的","style":"custom","type":"default"},"isNVue":false}},{"path":"pages/my/updatePassword","meta":{"navigationBar":{"titleText":"修改密码","style":"custom","type":"default"},"isNVue":false}},{"path":"pages/my/help","meta":{"navigationBar":{"backgroundColor":"#fff","titleText":"帮助中心","type":"default"},"isNVue":false}},{"path":"pages/notice/overview/index","meta":{"navigationBar":{"titleText":"校内通知","style":"custom","type":"default"},"isNVue":false}},{"path":"pages/notice/publish/index","meta":{"navigationBar":{"titleText":"发布通知","style":"custom","type":"default"},"isNVue":false}},{"path":"pages/notice/publish/selectObject","meta":{"navigationBar":{"titleText":"选择通知对象","style":"custom","type":"default"},"isNVue":false}},{"path":"pages/notice/publish/personList","meta":{"navigationBar":{"titleText":"人员列表","style":"custom","type":"default"},"isNVue":false}},{"path":"pages/notice/overview/noticeDetail","meta":{"navigationBar":{"titleText":"通知详情","style":"custom","type":"default"},"isNVue":false}},{"path":"pages/notice/mine/index","meta":{"navigationBar":{"titleText":"我的通知","style":"custom","type":"default"},"isNVue":false}},{"path":"pages/notice/mine/detail","meta":{"tabBar":{"custom":true,"hidden":true},"navigationBar":{"titleText":"消息通知","style":"custom","type":"default"},"isNVue":false}},{"path":"pages/notice/mine/preview","meta":{"tabBar":{"custom":true,"hidden":true},"navigationBar":{"titleText":"文件预览","style":"custom","type":"default"},"isNVue":false}},{"path":"pages/teacherStudy/index","meta":{"navigationBar":{"titleText":"教师研修","style":"custom","type":"default"},"isNVue":false}},{"path":"pages/teacherStudy/videoDetails","meta":{"navigationBar":{"titleText":"教师研修-视频详情","style":"custom","type":"default"},"isNVue":false}},{"path":"pages/teacherStudy/learningMonitor/taskDetails","meta":{"navigationBar":{"titleText":"教师研修-研修监控-任务详情","style":"custom","type":"default"},"isNVue":false}}].map(uniRoute=>(uniRoute.meta.route=uniRoute.path,__uniConfig.pages.push(uniRoute.path),uniRoute.path='/'+uniRoute.path,uniRoute)); __uniConfig.styles=[];//styles __uniConfig.onReady=function(callback){if(__uniConfig.ready){callback()}else{onReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"ready",{get:function(){return isReady},set:function(val){isReady=val;if(!isReady){return}const callbacks=onReadyCallbacks.slice(0);onReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}}); __uniConfig.onServiceReady=function(callback){if(__uniConfig.serviceReady){callback()}else{onServiceReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"serviceReady",{get:function(){return isServiceReady},set:function(val){isServiceReady=val;if(!isServiceReady){return}const callbacks=onServiceReadyCallbacks.slice(0);onServiceReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}}); service.register("uni-app-config",{create(a,b,c){if(!__uniConfig.viewport){var d=b.weex.config.env.scale,e=b.weex.config.env.deviceWidth,f=Math.ceil(e/d);Object.assign(__uniConfig,{viewport:f,defaultFontSize:16})}return{instance:{__uniConfig:__uniConfig,__uniRoutes:__uniRoutes,global:u,window:u,document:u,frames:u,self:u,location:u,navigator:u,localStorage:u,history:u,Caches:u,screen:u,alert:u,confirm:u,prompt:u,fetch:u,XMLHttpRequest:u,WebSocket:u,webkit:u,print:u}}}}); })();