/** * 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'), ctstackSnapshot: () => import('views/resource/ctstack/page/snapshot/index.vue') }