单点修改

This commit is contained in:
mll
2026-03-07 00:24:15 +08:00
parent 5b3c7d8327
commit 0caec67d4a
3 changed files with 26 additions and 9 deletions

View File

@@ -89,9 +89,6 @@ export default {
appsData: []
};
},
mounted() {
this.fetchApps()
},
computed: {
categorizedApps() {
const result = {};
@@ -135,6 +132,9 @@ export default {
return Object.keys(this.filteredCategories).length;
}
},
mounted() {
this.fetchApps()
},
methods: {
async fetchApps() {
try {