云链智安app
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

1234567891011
  1. ;(function(){
  2. let u=void 0,isReady=false,onReadyCallbacks=[],isServiceReady=false,onServiceReadyCallbacks=[];
  3. const __uniConfig = {"pages":[],"globalStyle":{"backgroundColor":"#F8F8F8","navigationBar":{"backgroundColor":"#F8F8F8","titleText":"uni-app","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":"4.56","entryPagePath":"pages/index/index","entryPageQuery":"","realEntryPagePath":"","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000},"tabBar":{"position":"bottom","color":"#999999","selectedColor":"#007545","borderStyle":"black","blurEffect":"none","fontSize":"10px","iconWidth":"24px","spacing":"3px","height":"50px","list":[{"pagePath":"pages/index/index","text":"首页","iconPath":"/static/tabbar/home.png","selectedIconPath":"/static/tabbar/home-active.png"},{"pagePath":"pages/product/index","text":"产品","iconPath":"/static/tabbar/product.png","selectedIconPath":"/static/tabbar/product-active.png"},{"pagePath":"pages/device/index","text":"设备","iconPath":"/static/tabbar/device.png","selectedIconPath":"/static/tabbar/device-active.png"},{"pagePath":"pages/user/index","text":"我的","iconPath":"/static/tabbar/user.png","selectedIconPath":"/static/tabbar/user-active.png"}],"backgroundColor":"#ffffff","selectedIndex":0,"shown":true},"fallbackLocale":"en","locales":{},"darkmode":false,"themeConfig":{}};
  4. const __uniRoutes = [{"path":"pages/index/index","meta":{"isQuit":true,"isEntry":true,"isTabBar":true,"tabBarIndex":0,"navigationBar":{"titleText":"首页","style":"custom","type":"default"},"isNVue":false}},{"path":"pages/product/index","meta":{"isQuit":true,"isTabBar":true,"tabBarIndex":1,"navigationBar":{"titleText":"产品","style":"custom","type":"default"},"isNVue":false}},{"path":"pages/device/index","meta":{"isQuit":true,"isTabBar":true,"tabBarIndex":2,"navigationBar":{"titleText":"设备","style":"custom","type":"default"},"isNVue":false}},{"path":"pages/user/index","meta":{"isQuit":true,"isTabBar":true,"tabBarIndex":3,"navigationBar":{"backgroundColor":"#7FB8A2","titleText":"我的","type":"default"},"isNVue":false}},{"path":"pages/login/index","meta":{"navigationBar":{"titleText":"登录","style":"custom","type":"default"},"isNVue":false}},{"path":"pages/devices/index","meta":{"backgroundColor":"#7FB8A2","navigationBar":{"backgroundColor":"#7FB8A2","titleText":"电站列表","type":"default","titleColor":"#ffffff"},"isNVue":false}},{"path":"pages/powerstation/index","meta":{"backgroundColor":"#7FB8A2","navigationBar":{"backgroundColor":"#7FB8A2","titleText":"电站详情","type":"default","titleColor":"#ffffff"},"isNVue":false}},{"path":"pages/hostdetails/index","meta":{"backgroundColor":"#7FB8A2","navigationBar":{"backgroundColor":"#7FB8A2","titleText":"主机详情","type":"default","titleColor":"#ffffff"},"isNVue":false}},{"path":"pages/strategy/index","meta":{"backgroundColor":"#7FB8A2","navigationBar":{"backgroundColor":"#7FB8A2","titleText":"策略详情","type":"default","titleColor":"#ffffff"},"isNVue":false}},{"path":"pages/devicedetails/index","meta":{"navigationBar":{"titleText":"设备详情","type":"default"},"isNVue":false}},{"path":"pages/deviceslist/index","meta":{"navigationBar":{"titleText":"设备列表","type":"default"},"isNVue":false}},{"path":"pages/personalInformation/index","meta":{"navigationBar":{"titleText":"个人信息","type":"default"},"isNVue":false}},{"path":"pages/electricityprice/index","meta":{"navigationBar":{"titleText":"查询电价","style":"custom","type":"default"},"isNVue":false}},{"path":"pages/economiccalculation/index","meta":{"navigationBar":{"titleText":"经济测算","style":"custom","type":"default"},"isNVue":false}},{"path":"pages/report/index","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));
  5. __uniConfig.styles=[];//styles
  6. __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()})}});
  7. __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()})}});
  8. 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}}}});
  9. })();