This commit is contained in:
yanran200730
2023-06-09 14:01:18 +08:00
parent 2d943d4399
commit 96647bfa90

View File

@@ -158,7 +158,7 @@ export default {
chooseWechat (id) {
this.form.userId = id
this.instance.post(`/sysuserwxmp/list?size=1000&userId=${id}`).then(res => {
this.instance.post(`/api/sysuserwxmp/list?size=1000&userId=${id}`).then(res => {
if (res.code == 0) {
this.form.appids = res.data.records.map(v => v.appId)
}
@@ -182,7 +182,7 @@ export default {
onConfirm () {
this.$refs.form.validate((valid) => {
if (valid) {
this.instance.post(`/sysuserwxmp/addOrUpdate`, {
this.instance.post(`/api/sysuserwxmp/addOrUpdate`, {
...this.form
}).then(res => {
if (res.code == 0) {