fix: applet host create protocol err

This commit is contained in:
ibuler 2025-03-24 11:24:20 +08:00 committed by 老广
parent 59a2180f2c
commit 8a0f642d95

View File

@ -75,6 +75,7 @@ export default {
} }
}, },
async mounted() { async mounted() {
this.$route.query.platform = 'RemoteAppHost'
this.loading = false this.loading = false
}, },
methods: {} methods: {}