fix: 目录错误

This commit is contained in:
camera-2018
2023-07-14 01:42:47 +08:00
parent a5cf68bee6
commit 5691805c22
3 changed files with 9 additions and 8 deletions

View File

@@ -579,23 +579,24 @@ export default defineConfig({
items: [
{ text: '6.计算机安全', link: '/6.计算机安全/6.计算机安全' },
{
text: '6.2WEB安全',
text: '6.1Web安全',
collapsed: true,
items: [
{ text: '6.2WEB安全', link: '/6.计算机安全/6.2Web安全' },
{ text: '6.2.1SQL 注入', link: '/6.计算机安全/6.2.1SQL 注入' },
{ text: '6.1Web安全', link: '/6.计算机安全/6.1Web安全' },
{ text: '6.1.1SQL 注入', link: '/6.计算机安全/6.1.1SQL 注入' },
]
},
{
text: '6.3二进制安全',
text: '6.2二进制安全',
collapsed: true,
items: [
{ text: '6.3二进制安全', link: '/6.计算机安全/6.3二进制安全' },
{ text: '6.3.1基础工具的使用', link: '/6.计算机安全/6.3.1基础工具的使用' },
{ text: '6.3.2软件破解、软件加固', link: '/6.计算机安全/6.3.2软件破解、软件加固' },
{ text: '6.2二进制安全', link: '/6.计算机安全/6.2二进制安全' },
{ text: '6.2.1基础工具的使用', link: '/6.计算机安全/6.2.1基础工具的使用' },
{ text: '6.2.2软件破解、软件加固', link: '/6.计算机安全/6.2.2软件破解、软件加固' },
]
},
{ text: '6.4密码学', link: '/6.计算机安全/6.4密码学' },
{ text: '6.3密码学', link: '/6.计算机安全/6.3密码学' },
{ text: '6.4安全杂项', link: '/6.计算机安全/6.4安全杂项' },
]
},
{