feat: 充值管理
This commit is contained in:
parent
4fc5d5315f
commit
88ecf733df
|
@ -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',
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
<!-- 充值管理 -->
|
||||
<template>
|
||||
<div class="page-container">充值管理</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<style scoped lang="less"></style>
|
Loading…
Reference in New Issue