mirror of
https://github.com/ZeroCatDev/Classworks.git
synced 2025-12-08 13:49:37 +00:00
优化调试页面提示
This commit is contained in:
parent
5f363aba38
commit
9fde71fea5
@ -2,13 +2,14 @@
|
|||||||
<v-container>
|
<v-container>
|
||||||
<v-card class="mb-4">
|
<v-card class="mb-4">
|
||||||
<v-card-title>调试信息</v-card-title>
|
<v-card-title>调试信息</v-card-title>
|
||||||
|
<v-card-subtitle>
|
||||||
|
请将这个ID复制并私聊给开发者,以便进行问题排查。
|
||||||
|
</v-card-subtitle>
|
||||||
<v-card-text>
|
<v-card-text>
|
||||||
<div class="text-h6 mb-2">访客 ID</div>
|
<div class="text-h6 mb-2">访客 ID</div>
|
||||||
<v-code class="d-block pa-2 bg-grey-lighten-4 rounded mb-4">
|
<v-code class="d-block pa-2 bg-grey-lighten-4 rounded mb-4">
|
||||||
{{ visitorId || '加载中...' }}
|
{{ visitorId || '加载中...' }}
|
||||||
</v-code>
|
</v-code>
|
||||||
|
|
||||||
|
|
||||||
</v-card-text>
|
</v-card-text>
|
||||||
<v-card-actions>
|
<v-card-actions>
|
||||||
<v-btn color="primary" @click="loadData" :loading="loading">
|
<v-btn color="primary" @click="loadData" :loading="loading">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user