diff --git a/feature/public/package.json b/feature/public/package.json index ad249e2..bd4e877 100644 --- a/feature/public/package.json +++ b/feature/public/package.json @@ -1,4 +1,5 @@ { + "name": "rubick-system-feature", "pluginName": "rubick 系统菜单", "description": "rubick 系统菜单", "main": "index.html", diff --git a/feature/src/App.vue b/feature/src/App.vue index abc0c87..9ae20b8 100644 --- a/feature/src/App.vue +++ b/feature/src/App.vue @@ -52,9 +52,6 @@ const store = useStore(); const init = () => store.dispatch("init"); init(); -window.rubick.setSubInput((data: any) => { - console.log(data); -}, "插件市场");