xytSk-App/unpackage/dist/dev/app-plus/app-config-service.js

9 lines
6.0 KiB
JavaScript

var isReady=false;var onReadyCallbacks=[];
var isServiceReady=false;var onServiceReadyCallbacks=[];
var __uniConfig = {"pages":["pages/login/login","pages/upgrade/index","pages/xcrw/index","pages/xcrw/detail/index","pages/stlljk/index","pages/spjk/index","pages/spjk/spbf/index","pages/aqjc/index","pages/homeIndex/index","pages/mypage/mypage","pages/mypage/compents/wtcl/index","pages/mypage/compents/wxyh/index","pages/mypage/compents/wxyh/formZdy/index","pages/mypage/compents/xcrw/index","pages/mypage/compents/wtcl/detail/index","pages/mypage/compents/xcrw/detail/index","pages/personInfo/personInfo","pages/modifyPassword/modifyPassword","pages/wxyh/index","pages/wtcl/index","pages/wtcl/detail/index","pages/yj/index","pages/yj/detail/qxyj","pages/yj/detail/wyyj","pages/yj/detail/aiyj","pages/messageList/index","pages/messageList/detail/index","pages/skInfo/detail/index","pages/skInfo/waterDatail/index","pages/ylzList/detail/index","subpkg/rainDetail/rainDetail"],"window":{"navigationBarTextStyle":"black","navigationBarTitleText":"uni-app","navigationBarBackgroundColor":"#F8F8F8","backgroundColor":"#F8F8F8","backgroundColorTop":"transparent","navigationStyle":"custom","background":"#efeff4"},"tabBar":{"color":"#333333","selectedColor":"#59A7FF","list":[{"pagePath":"pages/homeIndex/index","iconPath":"/static/tabs/home.png","selectedIconPath":"static/tabs/home2.png","text":"首页"},{"pagePath":"pages/mypage/mypage","iconPath":"/static/images/my2_icon@2x.png","selectedIconPath":"static/images/my2_icon@2x2.png","text":"我的"}]},"darkmode":false,"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"小玉潭水库","compilerVersion":"4.24","entryPagePath":"pages/login/login","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000}};
var __uniRoutes = [{"path":"/pages/login/login","meta":{"isQuit":true},"window":{"navigationBarTitleText":""}},{"path":"/pages/upgrade/index","meta":{},"window":{"navigationBarTitleText":"","navigationStyle":"custom","bounce":"none","animationType":"none","background":"transparent"}},{"path":"/pages/xcrw/index","meta":{},"window":{"navigationBarTitleText":""}},{"path":"/pages/xcrw/detail/index","meta":{},"window":{"navigationBarTitleText":""}},{"path":"/pages/stlljk/index","meta":{},"window":{"navigationBarTitleText":""}},{"path":"/pages/spjk/index","meta":{},"window":{"navigationBarTitleText":""}},{"path":"/pages/spjk/spbf/index","meta":{},"window":{"navigationBarTitleText":""}},{"path":"/pages/aqjc/index","meta":{},"window":{"navigationBarTitleText":""}},{"path":"/pages/homeIndex/index","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"","enablePullDownRefresh":true,"pullToRefresh":{"support":true,"style":"default","offset":"100px"}}},{"path":"/pages/mypage/mypage","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":""}},{"path":"/pages/mypage/compents/wtcl/index","meta":{},"window":{"navigationBarTitleText":""}},{"path":"/pages/mypage/compents/wxyh/index","meta":{},"window":{"navigationBarTitleText":""}},{"path":"/pages/mypage/compents/wxyh/formZdy/index","meta":{},"window":{"navigationBarTitleText":""}},{"path":"/pages/mypage/compents/xcrw/index","meta":{},"window":{"navigationBarTitleText":""}},{"path":"/pages/mypage/compents/wtcl/detail/index","meta":{},"window":{"navigationBarTitleText":""}},{"path":"/pages/mypage/compents/xcrw/detail/index","meta":{},"window":{"navigationBarTitleText":""}},{"path":"/pages/personInfo/personInfo","meta":{},"window":{"navigationBarTitleText":""}},{"path":"/pages/modifyPassword/modifyPassword","meta":{},"window":{"navigationBarTitleText":""}},{"path":"/pages/wxyh/index","meta":{},"window":{"navigationBarTitleText":""}},{"path":"/pages/wtcl/index","meta":{},"window":{"navigationBarTitleText":""}},{"path":"/pages/wtcl/detail/index","meta":{},"window":{"navigationBarTitleText":""}},{"path":"/pages/yj/index","meta":{},"window":{"navigationBarTitleText":""}},{"path":"/pages/yj/detail/qxyj","meta":{},"window":{"navigationBarTitleText":""}},{"path":"/pages/yj/detail/wyyj","meta":{},"window":{"navigationBarTitleText":""}},{"path":"/pages/yj/detail/aiyj","meta":{},"window":{"navigationBarTitleText":""}},{"path":"/pages/messageList/index","meta":{},"window":{"navigationBarTitleText":""}},{"path":"/pages/messageList/detail/index","meta":{},"window":{"navigationBarTitleText":""}},{"path":"/pages/skInfo/detail/index","meta":{},"window":{"navigationBarTitleText":""}},{"path":"/pages/skInfo/waterDatail/index","meta":{},"window":{"navigationBarTitleText":""}},{"path":"/pages/ylzList/detail/index","meta":{},"window":{"navigationBarTitleText":""}},{"path":"/subpkg/rainDetail/rainDetail","meta":{},"window":{}}];
__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}}}});