|
@@ -135,16 +135,6 @@
|
|
|
|
|
|
<script setup lang="ts">
|
|
<script setup lang="ts">
|
|
import Tabbar from '@/common/components/tabs/tabbar.vue';
|
|
import Tabbar from '@/common/components/tabs/tabbar.vue';
|
|
-import CategoryIcon1 from 'https://mn.wenlvti.net/app_static/minnan/images/discover/CategoryIcon1.png';
|
|
|
|
-import CategoryIcon2 from 'https://mn.wenlvti.net/app_static/minnan/images/discover/CategoryIcon2.png';
|
|
|
|
-import CategoryIcon3 from 'https://mn.wenlvti.net/app_static/minnan/images/discover/CategoryIcon3.png';
|
|
|
|
-import CategoryIcon4 from 'https://mn.wenlvti.net/app_static/minnan/images/discover/CategoryIcon4.png';
|
|
|
|
-import CategoryIcon5 from 'https://mn.wenlvti.net/app_static/minnan/images/discover/CategoryIcon5.png';
|
|
|
|
-import ImageTest2 from 'https://mn.wenlvti.net/app_static/minnan/images/home/ImageTest2.jpg';
|
|
|
|
-import ImageTest3 from 'https://mn.wenlvti.net/app_static/minnan/images/home/ImageTest3.jpg';
|
|
|
|
-import ImageTest4 from 'https://mn.wenlvti.net/app_static/minnan/images/home/ImageTest4.jpg';
|
|
|
|
-import ImageTest5 from 'https://mn.wenlvti.net/app_static/minnan/images/home/ImageTest5.jpg';
|
|
|
|
-import UserHead from 'https://mn.wenlvti.net/app_static/minnan/images/home/UserHead.png';
|
|
|
|
import Box2LineRightShadow from './parts/Box2LineRightShadow.vue';
|
|
import Box2LineRightShadow from './parts/Box2LineRightShadow.vue';
|
|
import Box2LinePlayRightArrow from './parts/Box2LinePlayRightArrow.vue';
|
|
import Box2LinePlayRightArrow from './parts/Box2LinePlayRightArrow.vue';
|
|
import Box2LineRightSlot from './parts/Box2LineRightSlot.vue';
|
|
import Box2LineRightSlot from './parts/Box2LineRightSlot.vue';
|
|
@@ -155,6 +145,16 @@ import { useSimpleDataLoader } from '@/common/composeabe/SimpleDataLoader';
|
|
import SimplePageContentLoader from '@/common/components/SimplePageContentLoader.vue';
|
|
import SimplePageContentLoader from '@/common/components/SimplePageContentLoader.vue';
|
|
import { useHomePageMiniCommonListGoMoreAndGoDetail } from './article/common/CommonContent';
|
|
import { useHomePageMiniCommonListGoMoreAndGoDetail } from './article/common/CommonContent';
|
|
|
|
|
|
|
|
+const CategoryIcon1 = 'https://mn.wenlvti.net/app_static/minnan/images/discover/CategoryIcon1.png';
|
|
|
|
+const CategoryIcon2 = 'https://mn.wenlvti.net/app_static/minnan/images/discover/CategoryIcon2.png';
|
|
|
|
+const CategoryIcon3 = 'https://mn.wenlvti.net/app_static/minnan/images/discover/CategoryIcon3.png';
|
|
|
|
+const CategoryIcon4 = 'https://mn.wenlvti.net/app_static/minnan/images/discover/CategoryIcon4.png';
|
|
|
|
+const CategoryIcon5 = 'https://mn.wenlvti.net/app_static/minnan/images/discover/CategoryIcon5.png';
|
|
|
|
+const ImageTest2 = 'https://mn.wenlvti.net/app_static/minnan/images/home/ImageTest2.jpg';
|
|
|
|
+const ImageTest3 = 'https://mn.wenlvti.net/app_static/minnan/images/home/ImageTest3.jpg';
|
|
|
|
+const ImageTest4 = 'https://mn.wenlvti.net/app_static/minnan/images/home/ImageTest4.jpg';
|
|
|
|
+const ImageTest5 = 'https://mn.wenlvti.net/app_static/minnan/images/home/ImageTest5.jpg';
|
|
|
|
+const UserHead = 'https://mn.wenlvti.net/app_static/minnan/images/home/UserHead.png';
|
|
const categories = [
|
|
const categories = [
|
|
{
|
|
{
|
|
name: '海洋文化',
|
|
name: '海洋文化',
|