Browse Source

修改用户跳转链接

tags/v1.22.5.1^2
wangjr 3 years ago
parent
commit
9a04933bc3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      web_src/js/components/UserAnalysis.vue

+ 1
- 1
web_src/js/components/UserAnalysis.vue View File

@@ -60,7 +60,7 @@
prop="Name"
width="100px">
<template slot-scope="scope">
<a :href="AppSubUrl +'../../../'+ scope.row.Name">{{scope.row.Name}} </a>
<a :href="AppSubUrl +'../../../../'+ scope.row.Name">{{scope.row.Name}} </a>
</template>
</el-table-column>
<el-table-column


Loading…
Cancel
Save