Commit eb2f1812 authored by 赵啸非's avatar 赵啸非

添加检测是否首次安装

parent 345c114b
......@@ -114,13 +114,18 @@
.then((res) => {
if (res.code == 1) {
console.log(res)
let bool=res.data
if(bool){
let reBool=res.data.resource
let projectBool=res.data.project
if(reBool){
if(projectBool){
console.log("项目部署成功!")
}else{
console.log("弹出项目初始引导页")
}
}else{
//弹框引导页面
this.guide.open = true;
console.log("弹出引导页")
console.log("弹出资源引导页")
}
//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