mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-12-03 04:18:21 +08:00
delete ipAccess.vue
This commit is contained in:
parent
64af0d1321
commit
7603e66e1a
@ -1,16 +0,0 @@
|
||||
<template>
|
||||
<a-result status="error" title="Prohibition of access">
|
||||
<template #extra>
|
||||
<!-- <a-button key="console" type="primary">-->
|
||||
<!-- Go Console-->
|
||||
<!-- </a-button>-->
|
||||
</template>
|
||||
</a-result>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {};
|
||||
},
|
||||
};
|
||||
</script>
|
@ -140,12 +140,13 @@ const router = new Router({
|
||||
path: '*',
|
||||
name: '404',
|
||||
component: () => import('../pages/404')
|
||||
},
|
||||
{
|
||||
path: '/system/ipAccess',
|
||||
name: 'ipAccess',
|
||||
component: () => import('../pages/system/ipAccess')
|
||||
}
|
||||
// ,
|
||||
// {
|
||||
// path: '/system/ipAccess',
|
||||
// name: 'ipAccess',
|
||||
// component: () => import('../pages/system/ipAccess')
|
||||
// }
|
||||
]
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user