Commit 6f23cb55 authored by liwenhong's avatar liwenhong

fix: certification刷新不展示

parent 344bb3ed
<template>
<RoleDetail />
<!-- <RoleDetail /> -->
<RoleDetail appId="merchant-op" />
</template>
<script>
import RoleDetail from "@/components/Roles/RoleDetail";
......
......@@ -88,7 +88,10 @@ const routes = [
{
path: "/op/user",
name: "/op/User",
component: User
component: User,
meta: {
requireAuth: true
}
},
{
path: "/op/roleManageRole",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment