From fdfddf7913c0f969cebc0cfd00f1bdef1273b2d9 Mon Sep 17 00:00:00 2001 From: zhang <zc857179121@qq.com> Date: 星期日, 21 九月 2025 15:04:45 +0800 Subject: [PATCH] 12 --- Monitor-APP/unpackage/dist/build/app-plus/app-config-service.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Monitor-APP/unpackage/dist/build/app-plus/app-config-service.js b/Monitor-APP/unpackage/dist/build/app-plus/app-config-service.js index 72939ca..8124726 100644 --- a/Monitor-APP/unpackage/dist/build/app-plus/app-config-service.js +++ b/Monitor-APP/unpackage/dist/build/app-plus/app-config-service.js @@ -1,7 +1,7 @@ var isReady=false;var onReadyCallbacks=[]; var isServiceReady=false;var onServiceReadyCallbacks=[]; -var __uniConfig = {"pages":["pages/home/home","pages/index","pages/index/index","pages/index/monitor"],"window":{"navigationBarTextStyle":"black","navigationBarTitleText":"uni-app","navigationBarBackgroundColor":"#F8F8F8","backgroundColor":"#F8F8F8","pageOrientation":"landscape"},"darkmode":false,"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"Monitor-APP","compilerVersion":"4.57","entryPagePath":"pages/home/home","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000}}; +var __uniConfig = {"pages":["pages/home/home","pages/index","pages/index/index","pages/index/monitor"],"window":{"navigationBarTextStyle":"black","navigationBarTitleText":"uni-app","navigationBarBackgroundColor":"#F8F8F8","backgroundColor":"#F8F8F8","pageOrientation":"landscape"},"darkmode":false,"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"Monitor-APP","compilerVersion":"4.76","entryPagePath":"pages/home/home","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000}}; var __uniRoutes = [{"path":"/pages/home/home","meta":{"isQuit":true},"window":{"navigationStyle":"custom","titleNView":false}},{"path":"/pages/index","meta":{},"window":{"navigationStyle":"custom","titleNView":false}},{"path":"/pages/index/index","meta":{},"window":{"navigationStyle":"custom","titleNView":false}},{"path":"/pages/index/monitor","meta":{},"window":{"navigationStyle":"custom"}}]; __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()})}}); -- Gitblit v1.9.1