新闻新增

This commit is contained in:
liwenhao 2025-06-03 10:50:55 +08:00
parent fc4f4ab3f2
commit 1195b8f8e4
4 changed files with 8 additions and 8 deletions

View File

@ -215,7 +215,7 @@ const isInView = ref(false);
let observer = null; let observer = null;
const newList = ref([ const newList = ref([
{ {
time: "May 30, 2025 EDT", time: "May 30, 2025",
title: "FiEE, Inc. Announces Reinitiation of Trading on Nasdaq", title: "FiEE, Inc. Announces Reinitiation of Trading on Nasdaq",
router: "/news", router: "/news",
}, },
@ -262,7 +262,7 @@ const handleLink = (routers, index) => {
router.push({ router.push({
path: routers, path: routers,
query: { query: {
data: index, date: index,
}, },
}); });
}; };

View File

@ -201,7 +201,7 @@ const sampleDate = ref(formatted);
const newList = ref([ const newList = ref([
{ {
time: "May 30, 2025 EDT", time: "May 30, 2025",
title: "FiEE, Inc. Announces Reinitiation of Trading on Nasdaq", title: "FiEE, Inc. Announces Reinitiation of Trading on Nasdaq",
router: "/news", router: "/news",
}, },
@ -253,7 +253,7 @@ const handleLink = (routers, index) => {
router.push({ router.push({
path: routers, path: routers,
query: { query: {
data: index, date: index,
}, },
}); });
}; };

View File

@ -213,7 +213,7 @@ const isInView = ref(false);
let observer = null; let observer = null;
const newList = ref([ const newList = ref([
{ {
time: "May 30, 2025 EDT", time: "May 30, 2025",
title: "FiEE, Inc. Announces Reinitiation of Trading on Nasdaq", title: "FiEE, Inc. Announces Reinitiation of Trading on Nasdaq",
router: "/news", router: "/news",
}, },
@ -260,7 +260,7 @@ const handleLink = (routers, index) => {
router.push({ router.push({
path: routers, path: routers,
query: { query: {
data: index, date: index,
}, },
}); });
}; };

View File

@ -241,7 +241,7 @@ onMounted(() => {
}); });
const newList = ref([ const newList = ref([
{ {
time: "May 30, 2025 EDT", time: "May 30, 2025",
title: "FiEE, Inc. Announces Reinitiation of Trading on Nasdaq", title: "FiEE, Inc. Announces Reinitiation of Trading on Nasdaq",
router: "/news", router: "/news",
}, },
@ -263,7 +263,7 @@ const handleLink = (routers, index) => {
router.push({ router.push({
path: routers, path: routers,
query: { query: {
data: index, date: index,
}, },
}); });
}; };