diff --git a/epmet-oper-web/src/views/modules/thirdparty/publishForm.vue b/epmet-oper-web/src/views/modules/thirdparty/publishForm.vue index bd9067b..d5d7dce 100644 --- a/epmet-oper-web/src/views/modules/thirdparty/publishForm.vue +++ b/epmet-oper-web/src/views/modules/thirdparty/publishForm.vue @@ -294,7 +294,7 @@ export default { if (!valid) { return false } - this.$http[!this.dataForm.id ? 'post' : 'put']('/oper/access/menu', this.dataForm).then(({ data: res }) => { + this.$http[!this.dataForm.id ? 'post' : 'put']('/gov/access/menu', this.dataForm).then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg) }