lxp_Maxcess/unpackage/dist/build/app-plus/app-config-service.js

11 lines
26 KiB
JavaScript
Raw Normal View History

2025-04-09 18:55:14 +08:00
;(function(){
let u=void 0,isReady=false,onReadyCallbacks=[],isServiceReady=false,onServiceReadyCallbacks=[];
const __uniConfig = {"pages":[],"globalStyle":{"backgroundColor":"#fff","navigationBar":{"backgroundColor":"#fff","titleText":"maxcess_app","style":"custom","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.54","entryPagePath":"pages/client/account/login","entryPageQuery":"","realEntryPagePath":"","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000},"tabBar":{"position":"bottom","color":"#666666","selectedColor":"#333333","borderStyle":"black","blurEffect":"none","fontSize":"10px","iconWidth":"26px","spacing":"3px","height":"50px","list":[{"pagePath":"pages/main/home","iconPath":"/static/tabbar/home.png","selectedIconPath":"/static/tabbar/homea.png","text":"首页"},{"pagePath":"pages/main/mine","iconPath":"/static/tabbar/me.png","selectedIconPath":"/static/tabbar/mea.png","text":"我的"}],"backgroundColor":"#FFF","selectedIndex":0,"shown":true},"fallbackLocale":"en","locales":{"en":{"app.me":"me","app.job":"job","message":"message","course":"course","Home":"Home","OnlineCourse":"Online Course","PublicCourse":"Public Course","OneToOne":"One to One","income":"income","score":"Score","DidNotCommit":"Did Not Commit","Submitted":"Submitted","FailToPassMuster":"Fail To Pass Muster","HavePassedTheMark":"Qualified","Privacy":"Privacy agreement","Birthday":"Birthday","All":"All","alone":"Alone Sign up","group":"Invite a group","progress":"Select Course Schedule","time":"Select Course Time","type":"Select Course Type","Applying":"Applying for the course","feedback":"please input feedback","cellPhone":"please input cell phone number","AlipayPay":"pay by Alipay","every":"every","determinedTeacher":"Teacher determined","determined":"Time to be determined","Contact":"Contact the assistant to determine the time","googleLogin":"The user is logged in for the first time and needs to bind information","googleErr":"Does not invoke the app, please check Google to download it","payWindow":{"payTip":"Please enter your payment password","forgetPassword":"forget"},"searchBefore":{"searchPlaceholder":"Search for teachers, subjects","searchhistory":"Search history","empty":"empty","hotSearch":"Hot search"},"courseResult":{"classCourse":"Class course","oneToOneCourse":"One-to-one","apply":"Apply","all":"All"},"courseDetail":{"title":"Detail","classCourse":"Class course","oneToOneCourse":"One-to-one","liveCount":"Number of live classes","coursedescription":"Description","catalogue":"Goals","teacherIntroduction":"Teacher","schooltime":"Schooltime","started":"started","notStarted":"Not started","service":"Service","collect":"Collect","collected":"Collected","apply":"Apply","applied":"applied","ci":"","cancelCollect":"Cancel collection","collectSuccess":"Successful collection"},"Settings":{"title":"Setting","introduction":"Introduction","problem":"Common problem","agreement":"Privacy Agreement","opinion":"Opinion","versions":"Versions","logOut":"Log Out","versionsTips":"Have been the latest"},"subject":{"notStart":"Not started","started":"Started","classCourse":"Class course","oneToOneCourse":"One-to-one","online":"Online"},"msg":{"title":"Message","systemMessage":"System message","groupChat":"Group chat","ql":"Group chat","hh":"Conversation"},"work":{"tobecompleted":"Wait completed","completed":"Completed","inputPlaceholder":"Input"},"home":{"all":"all","recommendation":"Recommendation","classCourse":"class course","oneToOneCourse":"one-to-one","apply":"apply","searchPlaceholder":"Search for courses that interest you"},"common":{"modification":"modification","modificationSuccess":"modificationSuccess","unknown":"unknown","man":"boy","women":"girl","cancel":"Cancel","confirm":"Confirm","close":"Close","done":"Done","edit":"Edit","save":"Save","finish":"Finish","upload":"Upload","uploading":"Uploading","required":"Required","nodata":"No data","copySuccess":"Successful replication"},"toa
const __uniRoutes = [{"path":"pages/client/account/login","meta":{"isQuit":true,"isEntry":true,"navigationBar":{},"isNVue":false}},{"path":"pages/main/home","meta":{"isQuit":true,"isTabBar":true,"tabBarIndex":0,"navigationBar":{},"isNVue":false}},{"path":"pages/main/mine","meta":{"isQuit":true,"isTabBar":true,"tabBarIndex":1,"navigationBar":{},"isNVue":false}},{"path":"pages/receive/index","meta":{"navigationBar":{},"isNVue":false}},{"path":"pages/receive/material","meta":{"navigationBar":{},"isNVue":false}},{"path":"pages/verify/index","meta":{"navigationBar":{},"isNVue":false}},{"path":"pages/verify/material","meta":{"navigationBar":{},"isNVue":false}},{"path":"pages/purchase/index","meta":{"navigationBar":{},"isNVue":false}},{"path":"pages/purchase/material","meta":{"navigationBar":{},"isNVue":false}},{"path":"pages/material/index","meta":{"navigationBar":{},"isNVue":false}},{"path":"pages/material/material","meta":{"navigationBar":{},"isNVue":false}},{"path":"pages/supplement/index","meta":{"navigationBar":{},"isNVue":false}},{"path":"pages/supplement/material","meta":{"navigationBar":{},"isNVue":false}},{"path":"pages/putInProd/index","meta":{"navigationBar":{},"isNVue":false}},{"path":"pages/putInProd/material","meta":{"navigationBar":{},"isNVue":false}},{"path":"pages/putInProd/details","meta":{"navigationBar":{},"isNVue":false}},{"path":"pages/productionStorage/index","meta":{"navigationBar":{},"isNVue":false}},{"path":"pages/productionStorage/material","meta":{"navigationBar":{},"isNVue":false}},{"path":"pages/outOftock/index","meta":{"navigationBar":{},"isNVue":false}},{"path":"pages/outOftock/material","meta":{"navigationBar":{},"isNVue":false}},{"path":"pages/encasement/index","meta":{"navigationBar":{},"isNVue":false}},{"path":"pages/encasement/material","meta":{"navigationBar":{},"isNVue":false}},{"path":"pages/records/index","meta":{"navigationBar":{},"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}}}});
})();