From feef207cddc10b94f195e3ed9ca2348479c17941 Mon Sep 17 00:00:00 2001
From: hao <1836460075@qq.com>
Date: 星期三, 07 五月 2025 16:04:02 +0800
Subject: [PATCH] 最新,修改工单状态前

---
 夏蒙注塑报工/unpackage/dist/build/app-plus/app-config-service.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git "a/\345\244\217\350\222\231\346\263\250\345\241\221\346\212\245\345\267\245/unpackage/dist/build/app-plus/app-config-service.js" "b/\345\244\217\350\222\231\346\263\250\345\241\221\346\212\245\345\267\245/unpackage/dist/build/app-plus/app-config-service.js"
index 0030f4e..b9ea555 100644
--- "a/\345\244\217\350\222\231\346\263\250\345\241\221\346\212\245\345\267\245/unpackage/dist/build/app-plus/app-config-service.js"
+++ "b/\345\244\217\350\222\231\346\263\250\345\241\221\346\212\245\345\267\245/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/scbg/scbg","pages/index/index","pages/BluetoothPrinter/BluetoothPrinter","CustomToast/CustomToast"],"window":{"navigationBarTextStyle":"black","navigationBarTitleText":"uni-app","navigationBarBackgroundColor":"#F8F8F8","backgroundColor":"#F8F8F8"},"darkmode":false,"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"澶忚挋娉ㄥ鎶ュ伐","compilerVersion":"3.8.7","entryPagePath":"pages/scbg/scbg","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000}};
+var __uniConfig = {"pages":["pages/scbg/scbg","pages/index/index","pages/BluetoothPrinter/BluetoothPrinter","CustomToast/CustomToast"],"window":{"navigationBarTextStyle":"black","navigationBarTitleText":"uni-app","navigationBarBackgroundColor":"#F8F8F8","backgroundColor":"#F8F8F8"},"darkmode":false,"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"澶忚挋娉ㄥ鎶ュ伐","compilerVersion":"4.57","entryPagePath":"pages/scbg/scbg","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000}};
 var __uniRoutes = [{"path":"/pages/scbg/scbg","meta":{"isQuit":true},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/pages/index/index","meta":{},"window":{"navigationBarTitleText":"uni-app"}},{"path":"/pages/BluetoothPrinter/BluetoothPrinter","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}},{"path":"/CustomToast/CustomToast","meta":{},"window":{"navigationBarTitleText":"","enablePullDownRefresh":false}}];
 __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.3