Commit 0f218f77 by liang ce

webpack修改

parent 72f41038
......@@ -141,7 +141,7 @@ export default {
menuIds: this.selectList,
item: 'e-card'
}
$http.post(`admin/manager/addFullRole`, data).then(res => {
$http.post(`/admin/manager/addFullRole`, data).then(res => {
if (res.data.code === 0) {
this.$message.success('保存成功')
} else {
......@@ -157,7 +157,7 @@ export default {
item: 'e-card',
menuIds: this.selectList
}
$http.post(`admin/manager/modifyFullRole`, data).then(res => {
$http.post(`/admin/manager/modifyFullRole`, data).then(res => {
if (res.data.code === 0) {
this.$message.success('保存成功')
} 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