浏览代码

增加debug调试看看参数

Lijy 2 年之前
父节点
当前提交
f872226a0d
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      fhKeeper/formulahousekeeper/timesheet/src/views/team/index.vue

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

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