Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
poc-fe
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
poc
poc-fe
Commits
a2dde296
Commit
a2dde296
authored
Jan 20, 2025
by
tyyin lan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore(插件中心): 去除创建应用按钮快捷键
parent
b4e76b33
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
application-selection-modal.vue
src/views/plugin-center/application-selection-modal.vue
+5
-5
No files found.
src/views/plugin-center/application-selection-modal.vue
View file @
a2dde296
...
@@ -110,9 +110,9 @@ function handleAppAddPlugin(agentId: string) {
...
@@ -110,9 +110,9 @@ function handleAppAddPlugin(agentId: string) {
})
})
}
}
function
handleCreateNewApplication
()
{
//
function handleCreateNewApplication() {
router
.
push
({
name
:
'PersonalAppSetting'
})
//
router.push({ name: 'PersonalAppSetting' })
}
//
}
function
handleNavigateToAppSetting
(
agentId
:
string
)
{
function
handleNavigateToAppSetting
(
agentId
:
string
)
{
router
.
push
({
name
:
'PersonalAppSetting'
,
params
:
{
agentId
}
})
router
.
push
({
name
:
'PersonalAppSetting'
,
params
:
{
agentId
}
})
...
@@ -143,9 +143,9 @@ function handleNavigateToAppSetting(agentId: string) {
...
@@ -143,9 +143,9 @@ function handleNavigateToAppSetting(agentId: string) {
<Search
theme=
"outline"
size=
"16"
fill=
"#999"
:stroke-width=
"3"
/>
<Search
theme=
"outline"
size=
"16"
fill=
"#999"
:stroke-width=
"3"
/>
</
template
>
</
template
>
</n-input>
</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') }}
{{ t('plugin_center_module.create_new_application') }}
</n-button>
</n-button>
-->
</div>
</div>
<div
v-show=
"!getApplicationListLoading"
class=
"mt-[22px]"
>
<div
v-show=
"!getApplicationListLoading"
class=
"mt-[22px]"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment