This commit is contained in:
2026-05-18 09:38:55 +08:00
parent 634e0b9456
commit 7d1e1012d4
10 changed files with 153 additions and 46 deletions
+2 -2
View File
@@ -66,12 +66,12 @@ export default {
focus: 'ip'
}
},
mounted() {
onLoad() {
this.getData();
},
methods: {
getData() {
let server = storage.get('server', '')
let server = storage.get('config', '')
if (server) {
this.ip = server.ip;
this.port = server.port;
+1
View File
@@ -187,6 +187,7 @@ export default {
})
this.getList()
} catch (error) {
console.log(error)
uni.showToast({
title: '保存失败',
icon: 'none'