浏览代码

福达小程序去掉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(() => {