Files
medical-mall/pages/mall/admin/maintain/dev-tools/codegen.uvue
2026-02-02 20:07:37 +08:00

14 lines
320 B
Plaintext

<template>
<AdminLayout currentPage="dev-tools-codegen">
<view class="page">
<view class="header">
<text class="title">代码生成</text>
</view>
<view class="content">
<text class="tip">TODO: 代码生成</text>
</view>
</view>
</AdminLayout>
</template>