1
2
3
4
5
6
7
8
|
| var isReady=false;var onReadyCallbacks=[];
| var isServiceReady=false;var onServiceReadyCallbacks=[];
| var __uniConfig = {"pages":["pages/index/index","pages/workOrder/workOrder","pages/report/report","pages/chart/chart","pages/reporting_she/reporting_she","pages/details_she/details_she","pages/riskReporting/riskReporting","pages/riskDetails/riskDetails","pages/report_dca/report_dca","pages/type_dca/type_dca","pages/details_dca/details_dca","pages/workOrder_she/workOrder_she","pages/workOrder_dca/workOrder_dca","pages/chart_details/chart_details","uni_modules/uni-push-admin/pages/extra/extra","uni_modules/uni-push-admin/pages/log/list","uni_modules/uni-push-admin/pages/log/detail","uni_modules/uni-push-admin/pages/sendMessage/sendMessage"],"window":{"navigationBarTextStyle":"black","navigationBarTitleText":"uni-app","navigationBarBackgroundColor":"#F8F8F8","backgroundColor":"#F8F8F8"},"tabBar":{"color":"#999999","selectedColor":"#222222","borderStyle":"black","backgroundColor":"#fff","list":[{"pagePath":"pages/index/index","iconPath":"static/tabbar/nav_jiancha@2x.png","selectedIconPath":"static/tabbar/nav_jiancha_sel@2x.png","text":"首页"},{"pagePath":"pages/workOrder/workOrder","iconPath":"static/tabbar/nav_gongdan@2x.png","selectedIconPath":"static/tabbar/nav_gongdan_sel@2x.png","text":"我的工单"},{"pagePath":"pages/report/report","iconPath":"static/tabbar/nav_shangbao@2x.png","selectedIconPath":"static/tabbar/nav_shangbao_sel@2x.png","text":"我的上报"},{"pagePath":"pages/chart/chart","iconPath":"static/tabbar/nav_tubiao@2x.png","selectedIconPath":"static/tabbar/nav_tubiao_sel@2x.png","text":"图表"}]},"darkmode":false,"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"高铁行李寄存","compilerVersion":"5.06","entryPagePath":"pages/index/index","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000}};
| var __uniRoutes = [{"path":"/pages/index/index","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"检查","navigationStyle":"custom","navigationBarBackgroundColor":"#ffffff"}},{"path":"/pages/workOrder/workOrder","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"我的工单","navigationStyle":"custom","navigationBarBackgroundColor":"#ffffff"}},{"path":"/pages/report/report","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"我的上报","navigationStyle":"custom","navigationBarBackgroundColor":"#ffffff"}},{"path":"/pages/chart/chart","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"图表","navigationStyle":"custom","navigationBarBackgroundColor":"#ffffff"}},{"path":"/pages/reporting_she/reporting_she","meta":{},"window":{"navigationBarTitleText":"SHE事件上报","navigationStyle":"custom","navigationBarBackgroundColor":"#ffffff"}},{"path":"/pages/details_she/details_she","meta":{},"window":{"navigationBarTitleText":"详情","navigationStyle":"custom","navigationBarBackgroundColor":"#ffffff"}},{"path":"/pages/riskReporting/riskReporting","meta":{},"window":{"navigationBarTitleText":"跌绊滑风险上报","navigationStyle":"custom","navigationBarBackgroundColor":"#ffffff"}},{"path":"/pages/riskDetails/riskDetails","meta":{},"window":{"navigationBarTitleText":"详情","navigationStyle":"custom","navigationBarBackgroundColor":"#ffffff"}},{"path":"/pages/report_dca/report_dca","meta":{},"window":{"navigationBarTitleText":"DCA观察上报","navigationStyle":"custom","navigationBarBackgroundColor":"#ffffff"}},{"path":"/pages/type_dca/type_dca","meta":{},"window":{"navigationBarTitleText":"DCA类型选择","navigationStyle":"custom","navigationBarBackgroundColor":"#ffffff"}},{"path":"/pages/details_dca/details_dca","meta":{},"window":{"navigationBarTitleText":"DCA观察上报","navigationStyle":"custom","navigationBarBackgroundColor":"#ffffff"}},{"path":"/pages/workOrder_she/workOrder_she","meta":{},"window":{"navigationBarTitleText":"详情","navigationStyle":"custom","navigationBarBackgroundColor":"#ffffff"}},{"path":"/pages/workOrder_dca/workOrder_dca","meta":{},"window":{"navigationBarTitleText":"详情","navigationStyle":"custom","navigationBarBackgroundColor":"#ffffff"}},{"path":"/pages/chart_details/chart_details","meta":{},"window":{"navigationBarTitleText":"图表","navigationStyle":"custom","navigationBarBackgroundColor":"#ffffff"}},{"path":"/uni_modules/uni-push-admin/pages/extra/extra","meta":{},"window":{"navigationBarTitleText":"push-admin","navigationStyle":"default"}},{"path":"/uni_modules/uni-push-admin/pages/log/list","meta":{},"window":{"navigationBarTitleText":"推送记录","navigationStyle":"default"}},{"path":"/uni_modules/uni-push-admin/pages/log/detail","meta":{},"window":{"navigationBarTitleText":"推送详情","navigationStyle":"default"}},{"path":"/uni_modules/uni-push-admin/pages/sendMessage/sendMessage","meta":{},"window":{"navigationBarTitleText":"消息推送","navigationStyle":"default"}}];
| __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:Math.round(f/20)})}return{instance:{__uniConfig:__uniConfig,__uniRoutes:__uniRoutes,global:void 0,window:void 0,document:void 0,frames:void 0,self:void 0,location:void 0,navigator:void 0,localStorage:void 0,history:void 0,Caches:void 0,screen:void 0,alert:void 0,confirm:void 0,prompt:void 0,fetch:void 0,XMLHttpRequest:void 0,WebSocket:void 0,webkit:void 0,print:void 0}}}});
|
|