@@ -120,6 +120,17 @@ const routesMaster = [
path: 'bill',
component: () => import('../views/Layout.vue'),
children: [
+ //账单缴费
+ {
+ path: 'pay',
+ name: 'MasterMineBillPay',
+ component: () => import('../views/Master/Mine/Bill/Pay.vue'),
+ meta: {
+ requireAuth: false,
+ role: [],
+ title: '账单列表',
+ }
+ },
//账单列表
{
path: 'list',
@@ -0,0 +1,8 @@
+<template>
+</template>
+
+<script>
+</script>
+<style>
+</style>