Administrator
2022-06-15 47a0f58d4334939b08a55b9356f94de23c8b1367
src/views/wel/index.vue
@@ -67,10 +67,10 @@
  },
  created(){
    //获取二维码图片
    if(this.userInfo.role_name == "公安管理员" || this.userInfo.role_name == "administrator"){
    if(this.userInfo.role_name == "公安管理员" || this.userInfo.role_name == "administrator" || this.userInfo.role_name == "民警"){
      this.isImg = true;
      //查询图片
      getDetails(10).then((res) => {
      getDetails(12).then((res) => {
        const att = res.data.data;
        this.img = att.link;
      });