Commit 47a75f70 by liudx

放开产业政策入口

parent b7989e3a
...@@ -217,7 +217,7 @@ export default { ...@@ -217,7 +217,7 @@ export default {
changeRouter(val) { changeRouter(val) {
console.log(val); console.log(val);
//限制其他几个页面入口 //限制其他几个页面入口
if (val == 1 || val == 0) { if (val == 1 || val == 0 ||val == 4) {
this.activeRouter = val; this.activeRouter = val;
} }
......
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