Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

net::ERR_ABORTED 500 (Internal Server Error) #4

Open
hupan508 opened this issue Aug 19, 2023 · 1 comment
Open

net::ERR_ABORTED 500 (Internal Server Error) #4

hupan508 opened this issue Aug 19, 2023 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@hupan508
Copy link

我使用了您的模板,然后把文件放进去

ManageProcess.vue:5 GET http://localhost:3000/src/views/School/Workbench/SettingRulesWin.vue net::ERR_ABORTED 500 (Internal Server Error)

路由#workbench 然后这个页面映入了这个组件SettingRulesWin.vue 然后报错了。请您帮助我解答下,有办法解决吗

@ElanYoung
Copy link
Owner

我使用了您的模板,然后把文件放进去

ManageProcess.vue:5 GET http://localhost:3000/src/views/School/Workbench/SettingRulesWin.vue net::ERR_ABORTED 500 (Internal Server Error)

路由#workbench 然后这个页面映入了这个组件SettingRulesWin.vue 然后报错了。请您帮助我解答下,有办法解决吗

您的路由是否配置正确呢,请前往/src/router/moudles文件夹下根据您的模块来新建路由,可以参考demo.js,比如

export default [
  {
    path: '/workbench',
    name: 'Workbench',
    component: () => import('@/views/School/Workbench/SettingRulesWin.vue'),
  },
];

访问的应该是:http://localhost:3000/workbench路由

@ElanYoung ElanYoung added the help wanted Extra attention is needed label Aug 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants