Commit c45a1d4a authored by 赵啸非's avatar 赵啸非

修改门户配置打包

parent de326f0d
...@@ -115,10 +115,10 @@ export default { ...@@ -115,10 +115,10 @@ export default {
this.correctPageMinHeight(this.tabsOffset); this.correctPageMinHeight(this.tabsOffset);
}, },
watch: { watch: {
"$router.options.routes": function (val) { // "$router.options.routes": function (val) {
this.excludeKeys = []; // this.excludeKeys = [];
//this.loadCacheConfig(val); // //this.loadCacheConfig(val);
}, // },
$route: function (newRoute) { $route: function (newRoute) {
this.activePage = newRoute.path; this.activePage = newRoute.path;
const page = this.pageList.find((item) => item.path === newRoute.path); const page = this.pageList.find((item) => item.path === newRoute.path);
......
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