修改 测试脚本页面
This commit is contained in:
@@ -85,6 +85,22 @@ export const staticRouter: RouteRecordRaw[] = [
|
||||
isKeepAlive: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/machine/testScriptAdd",
|
||||
name: "testScriptAdd",
|
||||
component: () => import("@/views/machine/testScript/components/testScriptPopup.vue"),
|
||||
meta: {
|
||||
title: "检测脚本配置",
|
||||
icon: "List",
|
||||
isLink: "",
|
||||
hideTab:true,
|
||||
parentPath:'/machine/testScript',
|
||||
isHide: false,
|
||||
isFull: false,
|
||||
isAffix: false,
|
||||
isKeepAlive: true,
|
||||
},
|
||||
},
|
||||
// 错误页面路由
|
||||
{
|
||||
path: "/403",
|
||||
|
||||
Reference in New Issue
Block a user