소스 검색

福达小程序去掉userType写死

wangzhuo 1 년 전
부모
커밋
cb965de493
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/system/user.vue

+ 1 - 1
src/views/system/user.vue

@@ -915,7 +915,7 @@
         // 福达写死小程序
         let userObj = JSON.parse(localStorage.getItem("saber-userInfo")).content;
         if (userObj.tenant_id == '577435') {
-          row.userType = 4
+          // row.userType = 4
           row.appletsId = 'wxa92adb24f1784863'
         }
         update(row).then(() => {