This commit is contained in:
2026-02-10 14:21:37 +08:00
parent bbd24c4b8a
commit b49671d95f
2 changed files with 5 additions and 3 deletions

View File

@@ -56,6 +56,8 @@
},
methods: {
async _getPrint () {
// 存值
this.$store.dispatch('setConfig',{baseUrl: this.addrip, acsUrl: this.acsip, printUrl: this.printip, setTime: this.setTime * 1000})
try {
let res = await getPrint()
if (res) {