Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
op-web-service
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bp
op-web-service
Commits
6f23cb55
Commit
6f23cb55
authored
Aug 11, 2021
by
liwenhong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: certification刷新不展示
parent
344bb3ed
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
role-detail.vue
src/pages/Role/role-detail.vue
+2
-1
index.js
src/router/index.js
+4
-1
No files found.
src/pages/Role/role-detail.vue
View file @
6f23cb55
<
template
>
<RoleDetail
/>
<!--
<RoleDetail
/>
-->
<RoleDetail
appId=
"merchant-op"
/>
</
template
>
<
script
>
import
RoleDetail
from
"@/components/Roles/RoleDetail"
;
...
...
src/router/index.js
View file @
6f23cb55
...
...
@@ -88,7 +88,10 @@ const routes = [
{
path
:
"/op/user"
,
name
:
"/op/User"
,
component
:
User
component
:
User
,
meta
:
{
requireAuth
:
true
}
},
{
path
:
"/op/roleManageRole"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment