@@ -19,15 +19,15 @@ export const asyncRoutes = [
19
19
]
20
20
} ,
21
21
{
22
- path : '/app/:appid/development ' ,
22
+ path : '/app/:appid/cloudfunction ' ,
23
23
component : Layout ,
24
24
meta : {
25
25
title : '云函数' , icon : 'example'
26
26
} ,
27
27
children : [
28
28
{
29
- path : 'functions ' ,
30
- component : ( ) => import ( '@/views/development/functions ' ) ,
29
+ path : 'index ' ,
30
+ component : ( ) => import ( '@/views/cloudfunction/index ' ) ,
31
31
name : 'FunctionListPage' ,
32
32
meta : {
33
33
title : '云函数' ,
@@ -37,7 +37,7 @@ export const asyncRoutes = [
37
37
} ,
38
38
{
39
39
path : 'functions/:id' ,
40
- component : ( ) => import ( '@/views/development/function ' ) ,
40
+ component : ( ) => import ( '@/views/cloudfunction/debug ' ) ,
41
41
name : 'FunctionEditorPage' ,
42
42
hidden : true ,
43
43
meta : {
@@ -46,17 +46,17 @@ export const asyncRoutes = [
46
46
}
47
47
} ,
48
48
{
49
- path : 'function- logs' ,
50
- component : ( ) => import ( '@/views/development/function_logs ' ) ,
49
+ path : 'logs' ,
50
+ component : ( ) => import ( '@/views/cloudfunction/logs ' ) ,
51
51
name : 'AllFunctionLogs' ,
52
52
meta : {
53
53
title : '云函数日志' ,
54
54
icon : 'documentation'
55
55
}
56
56
} ,
57
57
{
58
- path : 'function- logs/:id' ,
59
- component : ( ) => import ( '@/views/development/function_logs ' ) ,
58
+ path : 'logs/:id' ,
59
+ component : ( ) => import ( '@/views/cloudfunction/logs ' ) ,
60
60
name : 'FunctionlogsListPage' ,
61
61
hidden : true ,
62
62
meta : {
@@ -66,7 +66,7 @@ export const asyncRoutes = [
66
66
} ,
67
67
{
68
68
path : 'triggers/:funcId' ,
69
- component : ( ) => import ( '@/views/development /triggers' ) ,
69
+ component : ( ) => import ( '@/views/cloudfunction /triggers' ) ,
70
70
name : 'TriggerListPage' ,
71
71
hidden : true ,
72
72
meta : {
@@ -142,6 +142,7 @@ export const asyncRoutes = [
142
142
title : '成员管理' , icon : 'peoples' ,
143
143
noCache : true
144
144
} ,
145
+ hidden : true ,
145
146
children : [
146
147
{
147
148
path : 'index' ,
0 commit comments