diff --git a/src/common/app/app-user-store.ts b/src/common/app/app-user-store.ts index f2867d5..6ca3a51 100644 --- a/src/common/app/app-user-store.ts +++ b/src/common/app/app-user-store.ts @@ -17,7 +17,7 @@ export const useAppUserStore = defineStore('AppUser', () => { const tenantName = ref(null) const isAuthenticated = computed(() => !Strings.isEmpty(token.value)) const isXiaoNa = computed(() => { - return false + return true }) function $reset() { diff --git a/src/components/a-page/a-table-page/ATablePage.tsx b/src/components/a-page/a-table-page/ATablePage.tsx index 6dfbf9c..701da61 100644 --- a/src/components/a-page/a-table-page/ATablePage.tsx +++ b/src/components/a-page/a-table-page/ATablePage.tsx @@ -411,7 +411,7 @@ const component = defineComponent( } const tooltipTxt = tableAction.tooltip == null ? '' : (typeof tableAction.tooltip === 'function' ? tableAction.tooltip(scope) : tableAction.tooltip) if (!Strings.isBlank(tooltipTxt)) { - return ( + return (