数据修改

This commit is contained in:
2026-02-10 16:08:25 +08:00
parent b49671d95f
commit 65ee8864d6
3 changed files with 8 additions and 8 deletions

View File

@@ -101,7 +101,7 @@
// return
// }
// 存值
this.$store.dispatch('setConfig',{baseUrl: this.addrip, acsUrl: this.acsip, printUrl: this.printip, setTime: this.setTime * 1000})
this.$store.dispatch('setConfig',{baseUrl: this.addrip, acsUrl: this.acsip, printUrl: this.index, setTime: this.setTime * 1000})
uni.redirectTo({
url: '/pages/login/login'
})