修改前端新打开tab不能刷新的问题及适配性能测试http端口null的问题
This commit is contained in:
@@ -173,7 +173,7 @@ export const constantRoutes = [
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/performance/report/detail',
|
||||
path: '/performance/report/detail/:id',
|
||||
component: Layout,
|
||||
hidden: true,
|
||||
children: [
|
||||
|
||||
@@ -65,7 +65,7 @@ export default {
|
||||
methods: {
|
||||
// 查看
|
||||
hadleClickDetail(val) {
|
||||
this.$tab.openPage("报告详情", "/performance/report/detail", { id: val.id });
|
||||
this.$tab.openPage(`报告详情_${val.id}`, `/performance/report/detail/${val.id}`, { id: val.id });
|
||||
},
|
||||
// 删除
|
||||
hadleClickDelete(val) {
|
||||
|
||||
Reference in New Issue
Block a user