Commit 0e1996cc by 无尘

fix: 取消调试

parent a17ad651
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* @Author: 无尘 * @Author: 无尘
* @Date: 2018-10-10 14:44:45 * @Date: 2018-10-10 14:44:45
* @LastEditors: 无尘 * @LastEditors: 无尘
* @LastEditTime: 2020-09-18 16:32:35 * @LastEditTime: 2020-09-18 16:57:56
--> -->
<template> <template>
<div class="enterprise-wrap"> <div class="enterprise-wrap">
...@@ -40,7 +40,6 @@ export default { ...@@ -40,7 +40,6 @@ export default {
}; };
}, },
beforeRouteEnter(to, from, next) { beforeRouteEnter(to, from, next) {
localStorage.setItem('to', to);
next(vm => { next(vm => {
vm.getData(); vm.getData();
}); });
......
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