Commit 45361b7a authored by 徐一鸣's avatar 徐一鸣

一键部署页面up

parent a1439c01
...@@ -2,8 +2,15 @@ ...@@ -2,8 +2,15 @@
<div class="deployment-container"> <div class="deployment-container">
<div class="apass_breadcrumb"> <div class="apass_breadcrumb">
<el-breadcrumb separator="/"> <el-breadcrumb separator="/">
<el-breadcrumb-item>在线组件工具</el-breadcrumb-item> <el-breadcrumb-item :to="`/yygl/${$route.params.level}/0`">
<el-breadcrumb-item>应用构建(镜像形式)</el-breadcrumb-item> 我的应用
</el-breadcrumb-item>
<el-breadcrumb-item :to="`/yygl/${$route.params.level}/${$route.params.type}`">
应用仓库
</el-breadcrumb-item>
<el-breadcrumb-item>
应用部署
</el-breadcrumb-item>
</el-breadcrumb> </el-breadcrumb>
</div> </div>
<app-build-steps :active-step="step"> <app-build-steps :active-step="step">
...@@ -118,7 +125,9 @@ export default { ...@@ -118,7 +125,9 @@ export default {
this.step++; this.step++;
}, },
}, },
mounted() {}, mounted() {
},
}; };
</script> </script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment