diff --git a/src/App.vue b/src/App.vue index af2a854..12e6595 100644 --- a/src/App.vue +++ b/src/App.vue @@ -13,8 +13,7 @@ export default defineComponent({ data() { return { setCssVar: setCssVar, - -}; + }; }, computed: {}, created: function () { @@ -42,6 +41,7 @@ export default defineComponent({ this.$q.dark.set(utools.isDarkColors()); // 路由跳转 quickcommand.enterData = enter; + quickcommand.payload = enter.payload; this.$router.push(enter.code); }); // 退出插件