feat: 新增脚本录制功能
This commit is contained in:
@@ -47,6 +47,12 @@ const routes = [
|
||||
name: "Cron",
|
||||
meta: { requiresAuth: true },
|
||||
},
|
||||
{
|
||||
path: "/scripts",
|
||||
component: () => import("@src/pages/scripts/index.vue"),
|
||||
name: "Scripts",
|
||||
meta: { requiresAuth: true },
|
||||
},
|
||||
{
|
||||
path: "/setting",
|
||||
component: () => import("@src/pages/setting/index.vue"),
|
||||
|
||||
Reference in New Issue
Block a user