Files
medical-mall/pages/mall/admin/maintain/external/account.uvue
2026-02-26 08:46:33 +08:00

13 lines
262 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>