Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
standalone-anyremote
Overview
Overview
Details
Activity
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
qlintonger xeno
standalone-anyremote
Commits
938f107d
Commit
938f107d
authored
May 09, 2024
by
qlintonger xeno
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
2fefca61
2501c976
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/router/remote/index.ts
+3
-3
src/views/remote/contacts/contactsInfo.vue
+1
-1
No files found.
src/router/remote/index.ts
View file @
938f107d
...
@@ -21,19 +21,19 @@ export default {
...
@@ -21,19 +21,19 @@ export default {
path
:
'/events'
,
path
:
'/events'
,
component
:
()
=>
import
(
/* webpackChunkName: "Events" */
'@/views/remote/events/index.vue'
),
component
:
()
=>
import
(
/* webpackChunkName: "Events" */
'@/views/remote/events/index.vue'
),
name
:
'Events'
,
name
:
'Events'
,
meta
:
{
title
:
'进行中的事件'
,
locale
:
'menu.remote.events'
,
hideInMenu
:
fals
e
}
meta
:
{
title
:
'进行中的事件'
,
locale
:
'menu.remote.events'
,
hideInMenu
:
tru
e
}
},
},
{
{
path
:
'/experience'
,
path
:
'/experience'
,
component
:
()
=>
import
(
/* webpackChunkName: "Experience" */
'@/views/remote/experience/index.vue'
),
component
:
()
=>
import
(
/* webpackChunkName: "Experience" */
'@/views/remote/experience/index.vue'
),
name
:
'Experience'
,
name
:
'Experience'
,
meta
:
{
title
:
'经验库'
,
locale
:
'menu.remote.experience'
,
hideInMenu
:
fals
e
}
meta
:
{
title
:
'经验库'
,
locale
:
'menu.remote.experience'
,
hideInMenu
:
tru
e
}
},
},
{
{
path
:
'/resource'
,
path
:
'/resource'
,
component
:
()
=>
import
(
/* webpackChunkName: "Resource" */
'@/views/remote/resource/index.vue'
),
component
:
()
=>
import
(
/* webpackChunkName: "Resource" */
'@/views/remote/resource/index.vue'
),
name
:
'Resource'
,
name
:
'Resource'
,
meta
:
{
title
:
'资源库'
,
locale
:
'menu.remote.resource'
,
hideInMenu
:
fals
e
}
meta
:
{
title
:
'资源库'
,
locale
:
'menu.remote.resource'
,
hideInMenu
:
tru
e
}
}
}
]
]
}
}
src/views/remote/contacts/contactsInfo.vue
View file @
938f107d
...
@@ -43,7 +43,7 @@ interface Props {
...
@@ -43,7 +43,7 @@ interface Props {
showGroup
?:
boolean
showGroup
?:
boolean
}
}
const
ps
=
withDefaults
(
defineProps
<
Props
>
(),
{
const
ps
=
withDefaults
(
defineProps
<
Props
>
(),
{
showGroup
:
tru
e
showGroup
:
fals
e
})
})
//是否显示群组列表
//是否显示群组列表
const
getShowGroup
=
computed
(()
=>
{
const
getShowGroup
=
computed
(()
=>
{
...
...
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