mirror of
https://gitee.com/goploy/goploy.git
synced 2024-11-29 18:57:59 +08:00
U server folder
This commit is contained in:
parent
3f3a4c3f2c
commit
ddbbbb4fc6
@ -88,7 +88,7 @@ export default <RouteRecordRaw[]>[
|
|||||||
{
|
{
|
||||||
path: 'index',
|
path: 'index',
|
||||||
name: 'ServerIndex',
|
name: 'ServerIndex',
|
||||||
component: () => import('@/views/server/manage/index.vue'),
|
component: () => import('@/views/server/index.vue'),
|
||||||
meta: {
|
meta: {
|
||||||
title: 'serverSetting',
|
title: 'serverSetting',
|
||||||
icon: 'server',
|
icon: 'server',
|
||||||
@ -108,7 +108,7 @@ export default <RouteRecordRaw[]>[
|
|||||||
{
|
{
|
||||||
path: 'sftp',
|
path: 'sftp',
|
||||||
name: 'ServerSFTP',
|
name: 'ServerSFTP',
|
||||||
component: () => import('@/views/server/sftp/index.vue'),
|
component: () => import('@/views/server/sftp.vue'),
|
||||||
meta: {
|
meta: {
|
||||||
title: 'serverSFTP',
|
title: 'serverSFTP',
|
||||||
icon: 'ftp',
|
icon: 'ftp',
|
||||||
@ -118,7 +118,7 @@ export default <RouteRecordRaw[]>[
|
|||||||
{
|
{
|
||||||
path: 'agent',
|
path: 'agent',
|
||||||
name: 'ServerAgent',
|
name: 'ServerAgent',
|
||||||
component: () => import('@/views/server/agent/index.vue'),
|
component: () => import('@/views/server/agent.vue'),
|
||||||
meta: {
|
meta: {
|
||||||
hidden: true,
|
hidden: true,
|
||||||
title: 'serverAgent',
|
title: 'serverAgent',
|
||||||
@ -129,7 +129,7 @@ export default <RouteRecordRaw[]>[
|
|||||||
{
|
{
|
||||||
path: 'process',
|
path: 'process',
|
||||||
name: 'ServerProcess',
|
name: 'ServerProcess',
|
||||||
component: () => import('@/views/server/process/index.vue'),
|
component: () => import('@/views/server/process.vue'),
|
||||||
meta: {
|
meta: {
|
||||||
title: 'serverProcess',
|
title: 'serverProcess',
|
||||||
icon: 'processManage',
|
icon: 'processManage',
|
||||||
@ -139,7 +139,7 @@ export default <RouteRecordRaw[]>[
|
|||||||
{
|
{
|
||||||
path: 'cron',
|
path: 'cron',
|
||||||
name: 'ServerCron',
|
name: 'ServerCron',
|
||||||
component: () => import('@/views/server/cron/index.vue'),
|
component: () => import('@/views/server/cron.vue'),
|
||||||
meta: {
|
meta: {
|
||||||
title: 'serverCron',
|
title: 'serverCron',
|
||||||
icon: 'crontab',
|
icon: 'crontab',
|
||||||
|
Loading…
Reference in New Issue
Block a user