添加开发者日志功能
This commit is contained in:
@@ -23,6 +23,12 @@
|
||||
<van-cell title="智能分类" is-link @click="handleSmartClassification" />
|
||||
<van-cell title="自然语言分类" is-link @click="handleNaturalLanguageClassification" />
|
||||
</van-cell-group>
|
||||
<div class="detail-header" style="padding-bottom: 5px;">
|
||||
<p>开发者</p>
|
||||
</div>
|
||||
<van-cell-group inset>
|
||||
<van-cell title="查看日志" is-link @click="handleLogView" />
|
||||
</van-cell-group>
|
||||
|
||||
<div class="detail-header" style="padding-bottom: 5px;">
|
||||
<p>账户</p>
|
||||
@@ -145,6 +151,13 @@ const handleLogout = async () => {
|
||||
showToast('已取消退出登录')
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 处理查看日志
|
||||
*/
|
||||
const handleLogView = () => {
|
||||
router.push({ name: 'log' })
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
Reference in New Issue
Block a user