Skip to content

启动项目后报link未定义,首页无法显示 #33

Closed
@lanwp530

Description

Describe the bug
启动应用后,应用正常启动。但是进入首页后报如下错误,link未定义页面无法正常显示:
微信图片_20210520130543

To Reproduce
Steps to reproduce the behavior:

  1. 启动应用。
  2. 正常启动后访问首页

Expected behavior
A clear and concise description of what you expected to happen.

System Info

  • VuePress version: 1.8.2
  • Antdocs version: 1.3.4
  • Node version: v14.16.0
  • OS version: win10 (Microsoft Windows [版本 10.0.16299.15])

node package.json引用依赖

"devDependencies": {
    "@vuepress/plugin-active-header-links": "^1.5.4",
    "@vuepress/plugin-back-to-top": "^1.5.4",
    "@vuepress/plugin-nprogress": "^1.5.4",
    "vuepress": "^1.5.4",
    "vuepress-plugin-permalink-pinyin": "^1.0.0"
  },
  "dependencies": {
    "vuepress-theme-antdocs": "^1.3.4"
  }

Additional context
Add any other context about the problem here.

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions