Files
medical-mall/pages/mall/admin/maintain/external/account.uvue
2026-01-30 19:00:31 +08:00

13 lines
265 B
Plaintext

<template>
<AdminLayout currentPage="external-account">
<view class="page">
<view class="header">
<text class="title">账号管理</text>
</view>
<view class="content">
<text class="tip">TODO: 账号管理</text>
</view>
</view>
</AdminLayout>
</template>