Commit 836ac266 by 姜雷

修改进入反馈页面携带参数

parent 57f027b0
...@@ -63,7 +63,7 @@ export default { ...@@ -63,7 +63,7 @@ export default {
clickHandle(data) { clickHandle(data) {
const { areaId } = data; const { areaId } = data;
if (this.feedbackPage) { if (this.feedbackPage) {
this.$router.push({ name: this.feedbackPage, params: { areaId } }); this.$router.push({ name: this.feedbackPage, query: { areaId } });
} else { } else {
this.$message.error('无会员反馈页面权限'); this.$message.error('无会员反馈页面权限');
} }
......
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