perf: 合并用户平台框架修改
This commit is contained in:
7
src/views/billing/histories/index.vue
Normal file
7
src/views/billing/histories/index.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<template>
|
||||
<div>历史账单</div>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
7
src/views/endpoint/access/index.vue
Normal file
7
src/views/endpoint/access/index.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<template>
|
||||
<div>当前接入AP的设备信息</div>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
7
src/views/endpoint/records/index.vue
Normal file
7
src/views/endpoint/records/index.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<template>
|
||||
<div>当前接入AP接入记录</div>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
7
src/views/set-meal/index.vue
Normal file
7
src/views/set-meal/index.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<template>
|
||||
<div>套餐</div>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
Reference in New Issue
Block a user