diff --git a/core/core-frontend/config/dev.ts b/core/core-frontend/config/dev.ts index ca7bea35d7..b3beee730c 100644 --- a/core/core-frontend/config/dev.ts +++ b/core/core-frontend/config/dev.ts @@ -8,7 +8,7 @@ export default { }, // 使用 proxy 实例 '/api': { - target: 'http://localhost:8100', + target: 'https://de2.fit2cloud.com', changeOrigin: true, rewrite: path => path.replace(/^\/api/, 'de2api') } diff --git a/core/core-frontend/src/components/color-scheme/src/ColorScheme.vue b/core/core-frontend/src/components/color-scheme/src/ColorScheme.vue index 1a09ce0b84..acfb204d7e 100644 --- a/core/core-frontend/src/components/color-scheme/src/ColorScheme.vue +++ b/core/core-frontend/src/components/color-scheme/src/ColorScheme.vue @@ -1,4 +1,5 @@ - - - diff --git a/core/core-frontend/src/components/dashboard/DbToolbar.vue b/core/core-frontend/src/components/dashboard/DbToolbar.vue index 9c65c4c3c0..d85f86e81a 100644 --- a/core/core-frontend/src/components/dashboard/DbToolbar.vue +++ b/core/core-frontend/src/components/dashboard/DbToolbar.vue @@ -1,4 +1,20 @@ - + diff --git a/core/core-frontend/src/components/data-visualization/canvas/Shape.vue b/core/core-frontend/src/components/data-visualization/canvas/Shape.vue index 6b6e906c1a..68c87e5801 100644 --- a/core/core-frontend/src/components/data-visualization/canvas/Shape.vue +++ b/core/core-frontend/src/components/data-visualization/canvas/Shape.vue @@ -11,7 +11,7 @@ >
- +
- + - - diff --git a/core/core-frontend/src/components/visualization/LinkageSet.vue b/core/core-frontend/src/components/visualization/LinkageSet.vue index cae2f9c8b9..77d98a1f09 100644 --- a/core/core-frontend/src/components/visualization/LinkageSet.vue +++ b/core/core-frontend/src/components/visualization/LinkageSet.vue @@ -17,16 +17,19 @@
已选图表: - + {{ state.curLinkageViewInfo.title }} 所用数据集: - + {{ state.curDatasetInfo.name }}
@@ -82,11 +85,13 @@ - + {{ data.targetViewName }} @@ -133,7 +138,8 @@ class-name="view-type-icon" style="margin-right: 4px" :name="data.targetViewType" - /> + > {{ data.targetViewName }} @@ -175,9 +181,9 @@ + > {{ item.name }} @@ -187,7 +193,9 @@
- +
@@ -207,7 +215,8 @@ style="width: 14px; height: 14px" :name="`field_${fieldType[item.deType]}`" :className="`field-icon-${fieldType[item.deType]}`" - /> + > {{ item.name }} @@ -219,7 +228,9 @@ - +
@@ -232,7 +243,9 @@ - + 请先勾选需要联动的图表 @@ -249,6 +262,12 @@ @@ -41,7 +46,7 @@ const cardInfoList = [ :class="{ 'is-light-setting': navigateBg && navigateBg === 'light' }" > - +
diff --git a/core/core-frontend/src/layout/components/TopDocCard.vue b/core/core-frontend/src/layout/components/TopDocCard.vue index 7b176eb66d..09f1126592 100644 --- a/core/core-frontend/src/layout/components/TopDocCard.vue +++ b/core/core-frontend/src/layout/components/TopDocCard.vue @@ -25,7 +25,9 @@ const openBlank = () => {