Ver Fonte

perf: 全局内容默认不展示

奔跑的面条 há 3 anos atrás
pai
commit
ce0c439f06

+ 1 - 1
src/views/chart/ContentConfigurations/components/ChartData/components/ChartDataRequest/components/RequestGlobalConfig/index.vue

@@ -81,7 +81,7 @@ const editDisabled = ref(true)
 const designStore = useDesignStore()
 const themeColor = ref(designStore.getAppTheme)
 
-const showTable = ref(true)
+const showTable = ref(false)
 </script>
 
 <style lang="scss" scoped>