cuiqian2004
2025-08-29 7662665a4f88da0f8afa804bd4a34dfbefc1fb56
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