Browse Source

福达小程序去掉userType写死

wangzhuo 1 year ago
parent
commit
cb965de493
1 changed files with 1 additions and 1 deletions
  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;
         let userObj = JSON.parse(localStorage.getItem("saber-userInfo")).content;
         if (userObj.tenant_id == '577435') {
         if (userObj.tenant_id == '577435') {
-          row.userType = 4
+          // row.userType = 4
           row.appletsId = 'wxa92adb24f1784863'
           row.appletsId = 'wxa92adb24f1784863'
         }
         }
         update(row).then(() => {
         update(row).then(() => {