| | |
| | | |
| | | <script> |
| | | import utils from "@/js/utils.js" |
| | | |
| | | import {showInfo, |
| | | showError} from "@/js/Page.js" |
| | | export default { |
| | | data() { |
| | | return { |
| | |
| | | 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 |