Commit d173528e authored by “yiyousong”'s avatar “yiyousong”

fix:修改返回门户错误

parent e49d7fea
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
<!-- 返回门户 --> <!-- 返回门户 -->
<div class="back-btn"> <div class="back-btn">
<el-tooltip effect="dark" content="返回门户" placement="bottom"> <el-tooltip effect="dark" content="返回门户" placement="bottom">
<a class="pointer" :href="portal + path ? path : ''"> <a class="pointer" :href="portal + (path ? path : '')">
<i class="el-icon-s-home"></i> 返回门户 <i class="el-icon-s-home"></i> 返回门户
</a> </a>
</el-tooltip> </el-tooltip>
......
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