Переглянути джерело

增加debug调试看看参数

Lijy 2 роки тому
батько
коміт
f872226a0d

+ 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()