Browse Source

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

ansoni 5 tháng trước cách đây
mục cha
commit
5fbd13c1d1
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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;
+}