Files
medical-mall/pages/mall/admin/maintain/dev-tools/database.uvue
2026-01-30 19:00:31 +08:00

13 lines
267 B
Plaintext

<template>
<AdminLayout currentPage="dev-tools-db">
<view class="page">
<view class="header">
<text class="title">数据库管理</text>
</view>
<view class="content">
<text class="tip">TODO: 数据库管理</text>
</view>
</view>
</AdminLayout>
</template>