Error in render: "RangeError: Maximum call stack size exceeded"

问题: router-link的"/user/profile"还没有进行配置
<router-link to="/user/profile">
<el-dropdown-item>个人中心</el-dropdown-item>
</router-link>
解决:注释掉或者把/user/profile配置好

问题: router-link的"/user/profile"还没有进行配置
