-
+
+
@@ -670,9 +683,11 @@ import FieldEdit from '../../dataset/data/FieldEdit'
import { areaMapping } from '@/api/map/map'
import QuotaExtItem from '@/views/chart/components/drag-item/QuotaExtItem'
import YAxisExtSelector from '@/views/chart/components/component-style/YAxisExtSelector'
+import ChartComponentG2 from '@/views/chart/components/ChartComponentG2'
export default {
name: 'ChartEdit',
components: {
+ ChartComponentG2,
YAxisExtSelector,
QuotaExtItem,
FilterItem,
@@ -1593,6 +1608,14 @@ export default {
if (temp) return temp
}
}
+ },
+
+ renderComponent() {
+ if (this.chart.type === 'liquid') {
+ return 'g2'
+ } else {
+ return 'echarts'
+ }
}
}
diff --git a/frontend/src/views/login/index.vue b/frontend/src/views/login/index.vue
index eadb585c48..e2135981d0 100644
--- a/frontend/src/views/login/index.vue
+++ b/frontend/src/views/login/index.vue
@@ -15,8 +15,8 @@
{{ $t('login.welcome') + (uiInfo && uiInfo['ui.title'] && uiInfo['ui.title'].paramValue || ' DataEase') }}
-
-
+
+
普通登录
LDAP