feat: 充值管理

This commit is contained in:
blp 2023-01-31 16:14:04 +08:00
parent 4fc5d5315f
commit 88ecf733df
2 changed files with 12 additions and 0 deletions

View File

@ -149,6 +149,10 @@ export default [
path: '/iot-card/CardManagement/Detail',
component: () => import('@/views/iot-card/CardManagement/Detail/index.vue')
},
{
path: '/iot-card/Recharge',
component: () => import('@/views/iot-card/Recharge/index.vue')
},
// 北向输出
{
path: '/northbound/DuerOS',

View File

@ -0,0 +1,8 @@
<!-- 充值管理 -->
<template>
<div class="page-container">充值管理</div>
</template>
<script setup lang="ts"></script>
<style scoped lang="less"></style>