Files
medical-mall/pages/mall/admin/maintain/security/system-log.uvue
2026-01-30 19:00:31 +08:00

13 lines
268 B
Plaintext

<template>
<AdminLayout currentPage="security-system-log">
<view class="page">
<view class="header">
<text class="title">系统日志</text>
</view>
<view class="content">
<text class="tip">TODO: 系统日志</text>
</view>
</view>
</AdminLayout>
</template>