From 7662665a4f88da0f8afa804bd4a34dfbefc1fb56 Mon Sep 17 00:00:00 2001
From: cuiqian2004 <cuiqian2004@163.com>
Date: 星期五, 29 八月 2025 15:17:59 +0800
Subject: [PATCH] get_pre_page_subtable_next_row

---
 pages/login/set.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/pages/login/set.vue b/pages/login/set.vue
index 3e6b34c..e1b8d3d 100644
--- a/pages/login/set.vue
+++ b/pages/login/set.vue
@@ -40,7 +40,8 @@
 
 <script>
 	import utils from "@/js/utils.js"
-
+import {showInfo,
+		showError} from "@/js/Page.js"
 	export default {
 		data() {
 			return {
@@ -106,7 +107,7 @@
 			this.form.appType = utils.session.getValue('app_type') || "MES";
 			this.form.bindClasses = utils.session.getValue('bind_classes')?.checked || false
 			this.form.largeMode = utils.session.getValue('large_mode') ? true : false
-			console.log(this.form.largeMode)
+
 			const mobox3Port = utils.session.getValue('mobox3_port');
 			this.form.orgSPort = mobox3Port?.org || 5101
 			this.form.moboxSPort = mobox3Port?.mobox || 5102

--
Gitblit v1.9.1