xiaokuaisong-shopapp/uniapp05/unpackage/dist/dev/app-plus/app-config-service.js
2024-10-18 16:05:19 +08:00

11 lines
6.0 KiB
JavaScript

;(function(){
let u=void 0,isReady=false,onReadyCallbacks=[],isServiceReady=false,onServiceReadyCallbacks=[];
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":"uniapp05","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":true},"compilerVersion":"3.99","entryPagePath":"pages/index/index","entryPageQuery":"","realEntryPagePath":"","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000},"tabBar":{"position":"bottom","color":"#999","selectedColor":"#4095e5","borderStyle":"black","blurEffect":"none","fontSize":"10px","iconWidth":"24px","spacing":"3px","height":"50px","list":[{"pagePath":"pages/index/index","text":"订单","iconPath":"/static/order.png","selectedIconPath":"/static/orderSelected.png"},{"pagePath":"pages/message/message","text":"消息","iconPath":"/static/message.png","selectedIconPath":"/static/messageSelected.png"},{"pagePath":"pages/my/my","text":"我的","iconPath":"/static/shop.png","selectedIconPath":"/static/shopSelected.png"}],"selectedIndex":0,"shown":true},"locales":{},"darkmode":false,"themeConfig":{}};
const __uniRoutes = [{"path":"pages/index/index","meta":{"isQuit":true,"isEntry":true,"isTabBar":true,"tabBarIndex":0,"navigationBar":{"backgroundColor":"#4095e5","titleText":"订单","type":"default"},"isNVue":false}},{"path":"pages/my/my","meta":{"isQuit":true,"isTabBar":true,"tabBarIndex":2,"enablePullDownRefresh":false,"navigationBar":{"backgroundColor":"#4095e5","titleText":"我的店铺","type":"default"},"isNVue":false}},{"path":"pages/message/message","meta":{"isQuit":true,"isTabBar":true,"tabBarIndex":1,"enablePullDownRefresh":false,"navigationBar":{"backgroundColor":"#4095e5","titleText":"消息","type":"default"},"isNVue":false}},{"path":"pages/talk/talk","meta":{"enablePullDownRefresh":false,"navigationBar":{"backgroundColor":"#4095e5","titleText":"聊天","type":"default"},"isNVue":false}},{"path":"pages/product/product","meta":{"enablePullDownRefresh":false,"navigationBar":{"backgroundColor":"#4095e5","titleText":"商品管理","type":"default"},"isNVue":false}},{"path":"pages/index/list","meta":{"enablePullDownRefresh":false,"navigationBar":{"titleText":"","type":"default"},"isNVue":false}},{"path":"pages/index/finish/finish","meta":{"enablePullDownRefresh":false,"navigationBar":{"titleText":"","type":"default"},"isNVue":false}},{"path":"pages/index/cancel/cancel","meta":{"enablePullDownRefresh":false,"navigationBar":{"titleText":"","type":"default"},"isNVue":false}},{"path":"pages/money/money","meta":{"enablePullDownRefresh":false,"navigationBar":{"backgroundColor":"#4095e5","titleText":"订单流水","type":"default"},"isNVue":false}},{"path":"pages/Statistics/Statistics","meta":{"enablePullDownRefresh":false,"navigationBar":{"backgroundColor":"#4095e5","titleText":"数据统计","type":"default"},"isNVue":false}},{"path":"pages/login/login","meta":{"enablePullDownRefresh":false,"navigationBar":{"backgroundColor":"#2b55ff","titleText":"登录","type":"default"},"isNVue":false}},{"path":"pages/test/test","meta":{"enablePullDownRefresh":false,"navigationBar":{"titleText":"测试","type":"default"},"isNVue":false}},{"path":"pages/evaluate/evaluate","meta":{"enablePullDownRefresh":false,"navigationBar":{"backgroundColor":"#4095e5","titleText":"评价管理","type":"default"},"isNVue":false}},{"path":"pages/orderManagement/orderManagement","meta":{"enablePullDownRefresh":false,"navigationBar":{"backgroundColor":"#4095e5","titleText":"订单管理","type":"default"},"isNVue":false}},{"path":"pages/blueTooth/blueTooth","meta":{"enablePullDownRefresh":false,"navigationBar":{"backgroundColor":"#4095e5","titleText":"蓝牙","type":"default"},"isNVue":false}},{"path":"pages/more/more","meta":{"enablePullDownRefresh":false,"navigationBar":{"backgroundColor":"#4095e5","titleText":"更多功能","type":"default"},"isNVue":false}},{"path":"pages/merchant/merchant","meta":{"enablePullDownRefresh":false,"navigationBar":{"backgroundColor":"#4095e5","titleText":"商户","type":"default"},"isNVue":false}},{"path":"pages/distribution/distribution","meta":{"enablePullDownRefresh":false,"navigationBar":{"backgroundColor":"#4095e5","titleText":"配送服务","type":"default"},"isNVue":false}},{"path":"pages/manage/manage","meta":{"enablePullDownRefresh":false,"navigationBar":{"backgroundColor":"#4095e5","titleText":"店铺管理","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}}}});
})();