系统变量路由地址变更

This commit is contained in:
zhuangdashia 2025-07-02 22:31:52 +08:00
parent e58ff424fc
commit b42d35d65c
4 changed files with 6 additions and 8 deletions

View File

@ -398,9 +398,8 @@ const local: App.I18n.Schema = {
job_task: 'Schedule Task List',
job_batch: 'Schedule Task Batch List',
group: 'Group Config',
system: 'system variable',
system_variable: 'system_manager',
system_manager: 'system_manager'
system: 'System Variable',
system_variable: 'Variable Manager',
},
page: {
common: {

View File

@ -401,7 +401,6 @@ const local: App.I18n.Schema = {
job_batch: '执行批次',
system: '系统参数',
system_variable: '参数管理',
system_manager: '参数管理'
},
page: {
common: {

View File

@ -34,7 +34,7 @@ export const views: Record<LastLevelRouteKey, RouteComponent | (() => Promise<Ro
retry_info: () => import("@/views/retry/info/index.vue"),
retry_scene: () => import("@/views/retry/scene/index.vue"),
retry_task: () => import("@/views/retry/task/index.vue"),
system_manager: () => import("@/views/system/manager/index.vue"),
system_variable: () => import("@/views/system/manager/index.vue"),
user_manager: () => import("@/views/user/manager/index.vue"),
workflow_batch: () => import("@/views/workflow/batch/index.vue"),
workflow_form_add: () => import("@/views/workflow/form/add/index.vue"),

View File

@ -280,9 +280,9 @@ export const generatedRoutes: GeneratedRoute[] = [
},
children: [
{
name: 'system_manager',
path: '/system/manager',
component: 'view.system_manager',
name: 'system_variable',
path: '/system/variable',
component: 'view.system_variable',
meta: {
title: 'system_variable',
icon: 'system:parameter',