Commit 6e48b547 authored by shirlyn.guo's avatar shirlyn.guo 🤡

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

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