Merge pull request #6713 from dataease/pr@dev-v2@refactor_commmon

Pr@dev v2@refactor commmon
This commit is contained in:
王嘉豪 2023-11-16 11:17:50 +08:00 committed by GitHub
commit 9c41375c6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -126,7 +126,7 @@ const list = [
x: 1,
y: 1,
sizeX: 18,
sizeY: 6,
sizeY: 7,
propValue: {
url: '',
flip: {
@ -178,8 +178,8 @@ const list = [
},
{
component: 'DeTabs',
name: 'Tabs',
label: 'Tabs',
name: '选项卡',
label: '选项卡',
propValue: [
{
name: 'tab',

View File

@ -2,13 +2,13 @@
import { ref } from 'vue'
import { Icon } from '@/components/icon-custom'
import TopDocCard from '@/layout/components/TopDocCard.vue'
const helpLink = ref('https://dataease.io/docs/')
const helpLink = ref('https://dataease.io/docs/v2/')
const openBlank = () => {
window.open(helpLink.value)
}
const cardInfoList = [
{ name: '帮助文档', url: 'https://dataease.io/docs/index.html', icon: 'top-help-doc' },
{ name: '帮助文档', url: 'https://dataease.io/docs/v2/', icon: 'top-help-doc' },
{ name: '产品论坛', url: 'https://bbs.fit2cloud.com/c/de/6', icon: 'top-product-bbs' },
{
name: '技术博客',