Commit 0f218f77 by liang ce

webpack修改

parent 72f41038
...@@ -141,7 +141,7 @@ export default { ...@@ -141,7 +141,7 @@ export default {
menuIds: this.selectList, menuIds: this.selectList,
item: 'e-card' item: 'e-card'
} }
$http.post(`admin/manager/addFullRole`, data).then(res => { $http.post(`/admin/manager/addFullRole`, data).then(res => {
if (res.data.code === 0) { if (res.data.code === 0) {
this.$message.success('保存成功') this.$message.success('保存成功')
} else { } else {
...@@ -157,7 +157,7 @@ export default { ...@@ -157,7 +157,7 @@ export default {
item: 'e-card', item: 'e-card',
menuIds: this.selectList menuIds: this.selectList
} }
$http.post(`admin/manager/modifyFullRole`, data).then(res => { $http.post(`/admin/manager/modifyFullRole`, data).then(res => {
if (res.data.code === 0) { if (res.data.code === 0) {
this.$message.success('保存成功') this.$message.success('保存成功')
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment