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
831bd744
Commit
831bd744
authored
Dec 04, 2024
by
nick zheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore(应用设置): 页面样式&&立即访问应用跳转
parent
079bf912
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
timbre-setting-modal.vue
...-config/agent-setting/components/timbre-setting-modal.vue
+1
-1
agent-publish.vue
...l-space/personal-app-setting/components/agent-publish.vue
+1
-2
No files found.
src/views/personal-space/personal-app-setting/components/agent-config/agent-setting/components/timbre-setting-modal.vue
View file @
831bd744
...
@@ -94,7 +94,7 @@ function handleRenderTimbreOption() {
...
@@ -94,7 +94,7 @@ function handleRenderTimbreOption() {
return
{
return
{
label
:
()
=>
label
:
()
=>
h
(
'div'
,
{
class
:
'flex items-baseline justify-between w-[180px]'
},
[
h
(
'div'
,
{
class
:
'flex items-baseline justify-between w-[180px]'
},
[
h
(
'span'
,
{},
{
default
:
()
=>
item
.
timbreName
}),
h
(
'span'
,
{
class
:
'max-w-[160px] line-clamp-1 whitespace-normal'
},
{
default
:
()
=>
item
.
timbreName
}),
h
(
'i'
,
{
h
(
'i'
,
{
class
:
{
class
:
{
...
...
src/views/personal-space/personal-app-setting/components/agent-publish.vue
View file @
831bd744
...
@@ -80,8 +80,7 @@ function handleClickChannelPublishTableAction(actionType: string) {
...
@@ -80,8 +80,7 @@ function handleClickChannelPublishTableAction(actionType: string) {
}
}
function
handleAccessPage
()
{
function
handleAccessPage
()
{
const
channelUrl
=
`
${
window
.
location
.
origin
}
/fe/share/web_source/
${
router
.
currentRoute
.
value
.
params
.
agentId
}
`
router
.
push
({
name
:
'ShareWebApplication'
,
params
:
{
agentId
:
router
.
currentRoute
.
value
.
params
.
agentId
}
})
location
.
href
=
channelUrl
}
}
function
handleCopyShareLink
()
{
function
handleCopyShareLink
()
{
...
...
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