Commit 6e48b547 authored by shirlyn.guo's avatar shirlyn.guo 👌🏻

chore: 应用广场创建按钮跳转

parent 320e3a25
......@@ -123,6 +123,9 @@ function handleGetMallCategoryList() {
function handleToUseAgentApplication(agentId: string) {
router.replace({ name: 'ShareWebApplication', params: { agentId: agentId } })
}
function handleAddAgentApplications() {
router.push({ name: 'PersonalAppSetting' })
}
</script>
<template>
......@@ -151,7 +154,13 @@ function handleToUseAgentApplication(agentId: string) {
</n-input>
</div>
<div>
<n-button type="primary" :bordered="false" :focusable="false" class="w-[86px]!">
<n-button
type="primary"
:bordered="false"
:focusable="false"
class="w-[86px]!"
@click="handleAddAgentApplications"
>
<span class="text-sm text-[#fff]">{{ t('applications_square_module.create_application_btn_text') }}</span>
</n-button>
</div>
......
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