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