|
@@ -1,5 +1,6 @@
|
|
|
<script setup>
|
|
|
-import UnloginContent from '~/components/layouts/UnloginContent.vue';
|
|
|
+import UnloginContent from './components/UnloginContent.vue';
|
|
|
+import FloowEmpty from './components/FloowEmpty.vue'
|
|
|
|
|
|
</script>
|
|
|
|
|
@@ -7,8 +8,9 @@ import UnloginContent from '~/components/layouts/UnloginContent.vue';
|
|
|
<div class="index-follow-container flex-row flex-jc-sb">
|
|
|
<div class="context">
|
|
|
<!-- 尚未登录组件 -->
|
|
|
- <UnloginContent />
|
|
|
- 1
|
|
|
+ <!-- <UnloginContent /> -->
|
|
|
+ <FloowEmpty />
|
|
|
+
|
|
|
</div>
|
|
|
<div class="right-aside">
|
|
|
<!-- 日历签到 -->
|