Преглед изворни кода

尝试调试企业微信的人员字符串

Lijy пре 2 година
родитељ
комит
b9bc0a7b92
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet/src/views/team/index.vue

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/team/index.vue

@@ -3008,7 +3008,7 @@ export default {
     getagentConfigs() {
           this.tixtass = "进了"
       var curUrl = location.href.split("#")[0];
-       this.http.post("/wxcorp/getCorpWXConfig", {url: curUrl, token: this.user.id}, (res) => {
+       this.http.post("/wxcorp/getCorpWXAgentConfig", {url: curUrl, token: this.user.id}, (res) => {
           if (res.code == "ok") {
           this.tixtass = "处理"
           console.log()