Commit 4c6129b1 authored by 张俊's avatar 张俊

超管部署应用跳转应用调试

parent a7429c56
......@@ -894,12 +894,12 @@ export default {
this.$set(this.service_header_arr["second"][2], "text", data.created);
//应用开发调试按钮显示
if(this.now_user==0||this.now_user==3||this.now_user==4){
if(this.now_user==0||this.now_user==2){
this.service_header_arr.yydebugger = true
}else{
this.service_header_arr.yydebugger = false
}
if(this.now_user==0||this.now_user==4){
if(this.now_user==0){
this.service_header_arr.yydev = true
}else{
this.service_header_arr.yydev = false
......
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