Browse Source

fix: 修改退出重新登录之后数据缓存问题

ansoni 5 months ago
parent
commit
5fbd13c1d1
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/app/[locale]/(TabBar)/profile/template.tsx

+ 3 - 0
src/app/[locale]/(TabBar)/profile/template.tsx

@@ -0,0 +1,3 @@
+export default function Template({ children }: { children: React.ReactNode }) {
+    return children;
+}