1
dengjunjie
6 天以前 72390e0230b64cd43fedf0ba8e17aba097568a4a
代码管理/WMS/WIDESEA_WMSClient/src/views/system/UserInfo.vue
@@ -99,7 +99,7 @@
    },
  },
  created() {
    this.http.post("/api/Sys_User/getCurrentUserInfo", {}, true).then((x) => {
    this.http.post("/api/User/getCurrentUserInfo", {}, true).then((x) => {
      if (!x.status) {
        return this.$message(x.message);
      }