perf: 全局内容默认不展示

This commit is contained in:
奔跑的面条 2022-07-16 19:01:53 +08:00
parent 5d9b3d5a9b
commit ce0c439f06

View File

@ -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>