Commit 0519eb6f authored by 赵啸非's avatar 赵啸非

添加检测是否首次安装

parent d9199bd8
......@@ -74,7 +74,17 @@
.then((res) => {
if (res.code == 1) {
console.log(res)
this.$message.success("项目部署成功!");
let bool=res.data
if(bool){
}else{
//弹框引导页面
}
//this.$message.success("项目部署成功!");
// this.getData();
}
})
......
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