|
@@ -130,7 +130,7 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
getleaderBox() {
|
|
|
- this.$http.post("/api/workbench/leader_mailbox/list", {}).then((res) => {
|
|
|
+ this.$http.post("http://xixuan.nxjiewei.com:8011/api/workbench/leader_mailbox/list", {}).then((res) => {
|
|
|
this.value = res.data.data.data;
|
|
|
});
|
|
|
},
|
|
@@ -151,7 +151,7 @@ export default {
|
|
|
this.$toast("内容不能为空");
|
|
|
} else {
|
|
|
this.$http
|
|
|
- .post("/api/workbench/leader_mailbox/reply", {
|
|
|
+ .post("http://xixuan.nxjiewei.com:8011/api/workbench/leader_mailbox/reply", {
|
|
|
id: id,
|
|
|
reply: this.textareas,
|
|
|
})
|