fix: 修改BaseUrl非点击
This commit is contained in:
parent
2c3fecf1cc
commit
0b63d86a70
@ -111,9 +111,9 @@
|
|||||||
<el-text style="width: 80px">Base URL:</el-text>
|
<el-text style="width: 80px">Base URL:</el-text>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<a target="_blank" :href="apiUrl" class="vertical-middle lighter break-all">
|
<span class="vertical-middle lighter break-all ellipsis-1">{{
|
||||||
<span class="ellipsis-1">{{ baseUrl + id }}</span>
|
baseUrl + id
|
||||||
</a>
|
}}</span>
|
||||||
|
|
||||||
<el-button type="primary" text @click="copyClick(baseUrl + id)">
|
<el-button type="primary" text @click="copyClick(baseUrl + id)">
|
||||||
<AppIcon iconName="app-copy"></AppIcon>
|
<AppIcon iconName="app-copy"></AppIcon>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user