|
|
@@ -9,7 +9,7 @@
|
|
|
label="用户">
|
|
|
<template slot-scope="scope">
|
|
|
<span class="lblue point">
|
|
|
- <a target="_blank" :href="'/rooter/user/'+scope.row.uid">{{
|
|
|
+ <a target="_blank" :href="scope.row.host+'/rooter/user/'+scope.row.uid">{{
|
|
|
scope.row.nickname + '(' + scope.row.uid + ')'
|
|
|
}}</a>
|
|
|
</span>
|