Commit 9f841934 by 林家欣

修改知识中心常见知识为常见问题文案

parent db895a67
...@@ -918,13 +918,13 @@ export const nav = [ ...@@ -918,13 +918,13 @@ export const nav = [
}, },
{ {
id: uuid("gs_nav"), id: uuid("gs_nav"),
name: "常见知识", name: "常见问题",
index: 5, index: 5,
link: "/Knowledge/xts", link: "/Knowledge/xts",
breadcrumb: [ breadcrumb: [
{ name: "技术与标准", path: "/Knowledge" }, { name: "技术与标准", path: "/Knowledge" },
{ name: "技术知识", path: "/Knowledge/" }, { name: "技术知识", path: "/Knowledge/" },
{ name: "常见知识" }, { name: "常见问题" },
], ],
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment