Commit a2dde296 authored by tyyin lan's avatar tyyin lan

chore(插件中心): 去除创建应用按钮快捷键

parent b4e76b33
......@@ -110,9 +110,9 @@ function handleAppAddPlugin(agentId: string) {
})
}
function handleCreateNewApplication() {
router.push({ name: 'PersonalAppSetting' })
}
// function handleCreateNewApplication() {
// router.push({ name: 'PersonalAppSetting' })
// }
function handleNavigateToAppSetting(agentId: string) {
router.push({ name: 'PersonalAppSetting', params: { agentId } })
......@@ -143,9 +143,9 @@ function handleNavigateToAppSetting(agentId: string) {
<Search theme="outline" size="16" fill="#999" :stroke-width="3" />
</template>
</n-input>
<n-button type="primary" class="!ml-[19px]" @click="handleCreateNewApplication">
<!-- <n-button type="primary" class="!ml-[19px]" @click="handleCreateNewApplication">
{{ t('plugin_center_module.create_new_application') }}
</n-button>
</n-button> -->
</div>
<div v-show="!getApplicationListLoading" class="mt-[22px]">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment