Commit 831bd744 authored by nick zheng's avatar nick zheng

chore(应用设置): 页面样式&&立即访问应用跳转

parent 079bf912
...@@ -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: {
......
...@@ -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() {
......
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