13 lines
263 B
Plaintext
13 lines
263 B
Plaintext
<template>
|
|
<AdminLayout currentPage="dev-tools-file">
|
|
<view class="page">
|
|
<view class="header">
|
|
<text class="title">文件管理</text>
|
|
</view>
|
|
<view class="content">
|
|
<text class="tip">TODO: 文件管理</text>
|
|
</view>
|
|
</view>
|
|
</AdminLayout>
|
|
</template>
|