bug fix 20240306

dev
Wayne 2 years ago
parent 79bab840d7
commit 10b0cb777b

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 MiB

@ -3,15 +3,17 @@ import { getCateList } from '@/api/index.js';
import PageBanner from "@/components/PageBanner.vue"; import PageBanner from "@/components/PageBanner.vue";
import bannerImg from '@/assets/img/pageBanner/p3.jpg'; import bannerImg from '@/assets/img/product_bg.jpg';
const { t } = useI18n();
const route = useRoute(); const route = useRoute();
const bannerObj = { const bannerObj = {
"bImg":bannerImg, "bImg":bannerImg,
"pageName":"products", "pageName":t('products'),
"path":"", "path":"",
"title":"產品應用" "title":t('products')
} }
const activeParams = ref({ const activeParams = ref({

@ -29,7 +29,7 @@ const bannerObj = computed(() => {
return { return {
"bImg": bannerImg, "bImg": bannerImg,
"pageName": t('news'), "pageName": t('news'),
"path": path, "path": '',
"title": title "title": title
} }
}); });

Loading…
Cancel
Save