We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
版本: "@ant-design-vue/pro-layout": "^0.3.4", "ant-design-vue": "^1.6.5"
部分代码: // 路由菜单,path外部链接http ...... { path: 'http://192.168.1.105:8080/swagger-ui.html', name: 'Monitor', meta: { title: 'menu.dashboard.monitor', target: '_blank' } }, ......
路由hash模式
开发某个界面:http://192.168.1.105:8009/#xxx 菜单查看html部分: href="http://192.168.1.105:8080/swagger-ui.html" target="_blank" 实际鼠标浮在上面可以看到href地址是:http://192.168.1.105:8009/http://192.168.1.105:8080/swagger-ui.html 实际跳转地址:http://192.168.1.105:8009/http://192.168.1.105:8080/swagger-ui.html
如果改成https则正常,开发时候谁搞成https?: ...... { path: 'https://192.168.1.105:8080/swagger-ui.html', name: 'Monitor', meta: { title: 'menu.dashboard.monitor', target: '_blank' } }, ......
The text was updated successfully, but these errors were encountered:
请使用 history 模式
Sorry, something went wrong.
https://github.com/vueComponent/pro-layout/releases/tag/1.0.6
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
版本:
"@ant-design-vue/pro-layout": "^0.3.4",
"ant-design-vue": "^1.6.5"
部分代码:
// 路由菜单,path外部链接http
......
{
path: 'http://192.168.1.105:8080/swagger-ui.html',
name: 'Monitor',
meta: { title: 'menu.dashboard.monitor', target: '_blank' }
},
......
路由hash模式
开发某个界面:http://192.168.1.105:8009/#xxx
菜单查看html部分: href="http://192.168.1.105:8080/swagger-ui.html" target="_blank"
实际鼠标浮在上面可以看到href地址是:http://192.168.1.105:8009/http://192.168.1.105:8080/swagger-ui.html
实际跳转地址:http://192.168.1.105:8009/http://192.168.1.105:8080/swagger-ui.html
如果改成https则正常,开发时候谁搞成https?:
......
{
path: 'https://192.168.1.105:8080/swagger-ui.html',
name: 'Monitor',
meta: { title: 'menu.dashboard.monitor', target: '_blank' }
},
......
The text was updated successfully, but these errors were encountered: