|
@@ -1,8 +1,8 @@
|
|
|
|
|
|
;(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":"生产流程管理","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":true},"compilerVersion":"4.45","entryPagePath":"pages/home/index","entryPageQuery":"","realEntryPagePath":"","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000},"tabBar":{"position":"bottom","color":"#666666","selectedColor":"#2185d0","borderStyle":"black","blurEffect":"none","fontSize":"10px","iconWidth":"24px","spacing":"3px","height":"50px","list":[{"pagePath":"pages/home/index","text":"首页","iconPath":"/static/tabbar/house.png","selectedIconPath":"/static/tabbar/house_active.png"},{"pagePath":"pages/dispatch/dispatch","text":"派工","iconPath":"/static/tabbar/chart-bar.png","selectedIconPath":"/static/tabbar/chart-bar_active.png"},{"pagePath":"pages/work-order/work-order","text":"报工","iconPath":"/static/tabbar/calendar-check.png","selectedIconPath":"/static/tabbar/calendar-check_active.png"},{"pagePath":"pages/my/index","text":"我","iconPath":"/static/tabbar/user.png","selectedIconPath":"/static/tabbar/user_active.png"}],"selectedIndex":0,"shown":true},"locales":{},"darkmode":false,"themeConfig":{}};
|
|
|
- const __uniRoutes = [{"path":"pages/home/index","meta":{"isQuit":true,"isEntry":true,"isTabBar":true,"tabBarIndex":0,"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages/my/index","meta":{"isQuit":true,"isTabBar":true,"tabBarIndex":3,"navigationBar":{"titleText":"我的","type":"default"},"isNVue":false}},{"path":"pages/login/index","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages/login/serverSetting","meta":{"navigationBar":{"titleText":"服务器设置","type":"default"},"isNVue":false}},{"path":"pages/my/protocol","meta":{"navigationBar":{"titleText":"服务协议和隐私政策","type":"default"},"isNVue":false}},{"path":"pages/dispatch/dispatch","meta":{"isQuit":true,"isTabBar":true,"tabBarIndex":1,"enablePullDownRefresh":false,"navigationBar":{"titleText":"派工","type":"default"},"isNVue":false}},{"path":"pages/work-order/work-order","meta":{"isQuit":true,"isTabBar":true,"tabBarIndex":2,"enablePullDownRefresh":false,"navigationBar":{"titleText":"报工","type":"default"},"isNVue":false}},{"path":"pages/workingTeam/select","meta":{"navigationBar":{"titleText":"选择工作组","type":"default"},"isNVue":false}}].map(uniRoute=>(uniRoute.meta.route=uniRoute.path,__uniConfig.pages.push(uniRoute.path),uniRoute.path='/'+uniRoute.path,uniRoute));
|
|
|
+ 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.45","entryPagePath":"pages/home/newhome","entryPageQuery":"","realEntryPagePath":"","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000},"tabBar":{"position":"bottom","color":"#666666","selectedColor":"#2185d0","borderStyle":"black","blurEffect":"none","fontSize":"10px","iconWidth":"24px","spacing":"3px","height":"50px","list":[{"pagePath":"pages/home/newhome","text":"首页","iconPath":"/static/tabbar/house.png","selectedIconPath":"/static/tabbar/house_active.png"},{"pagePath":"pages/dispatch/dispatch","text":"派工","iconPath":"/static/tabbar/chart-bar.png","selectedIconPath":"/static/tabbar/chart-bar_active.png"},{"pagePath":"pages/work-order/work-order","text":"报工","iconPath":"/static/tabbar/calendar-check.png","selectedIconPath":"/static/tabbar/calendar-check_active.png"},{"pagePath":"pages/my/index","text":"我","iconPath":"/static/tabbar/user.png","selectedIconPath":"/static/tabbar/user_active.png"}],"selectedIndex":0,"shown":true},"locales":{},"darkmode":false,"themeConfig":{}};
|
|
|
+ const __uniRoutes = [{"path":"pages/home/newhome","meta":{"isQuit":true,"isEntry":true,"isTabBar":true,"tabBarIndex":0,"navigationBar":{"titleText":"欧曼生产流程管理","type":"default"},"isNVue":false}},{"path":"pages/home/index","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages/my/index","meta":{"isQuit":true,"isTabBar":true,"tabBarIndex":3,"navigationBar":{"titleText":"我的","type":"default"},"isNVue":false}},{"path":"pages/login/index","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages/login/serverSetting","meta":{"navigationBar":{"titleText":"服务器设置","type":"default"},"isNVue":false}},{"path":"pages/my/protocol","meta":{"navigationBar":{"titleText":"服务协议和隐私政策","type":"default"},"isNVue":false}},{"path":"pages/dispatch/dispatch","meta":{"isQuit":true,"isTabBar":true,"tabBarIndex":1,"enablePullDownRefresh":false,"navigationBar":{"titleText":"派工","type":"default"},"isNVue":false}},{"path":"pages/work-order/work-order","meta":{"isQuit":true,"isTabBar":true,"tabBarIndex":2,"enablePullDownRefresh":false,"navigationBar":{"titleText":"报工","type":"default"},"isNVue":false}},{"path":"pages/workingTeam/select","meta":{"navigationBar":{"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()})}});
|