fixing key auth registry
This commit is contained in:
parent
f0a6b8d71e
commit
89271f844d
3 changed files with 3 additions and 8 deletions
|
|
@ -23,7 +23,7 @@ export default [
|
|||
component: Main,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: "SYS_REGISTRY_EMP",
|
||||
Key: "SYS_REGISTRY_TEMP",
|
||||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
|
|
@ -33,7 +33,7 @@ export default [
|
|||
component: DetailView,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: "SYS_REGISTRY_EMP",
|
||||
Key: "SYS_REGISTRY_TEMP",
|
||||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue