cmc-web/webs/cmp-web/src/views/resource/ctstack/router.js

18 lines
1017 B
JavaScript
Raw Normal View History

2024-08-20 12:11:31 +00:00
/**
* Created by HaijunZhang on 2018/11/12.
*/
export default {
ctstackVm: () => import('views/resource/ctstack/page/vm/index.vue'),
ctstackDisk: () => import('views/resource/ctstack/page/hardDisk/index.vue'),
ctstackVpc: () => import('views/resource/ctstack/page/vpc/index.vue'),
ctstackImage: () => import('views/resource/ctstack/page/image.vue'),
ctstackGroup: () => import('views/resource/ctstack/page/securityGroup.vue'),
ctstackSpec: () => import('views/resource/ctstack/page/specificatio.vue'),
ctstackKey: () => import('views/resource/ctstack/page/secretKey.vue'),
ctstackServer: () => import('views/resource/ctstack/page/serverAdd.vue'),
ctstackFloatIp: () => import('views/resource/ctstack/page/floatIp/index.vue'),
2024-08-30 09:08:22 +00:00
ctstackSnapshot: () => import('views/resource/ctstack/page/snapshot/index.vue'),
ctstackContainer: () => import('views/resource/ctstack/page/container/index.vue'),
ctstackCreateCluster: () => import('views/resource/ctstack/page/container/creatCluster/index.vue')
2024-08-20 12:11:31 +00:00
}