feat: 贡献者优化
This commit is contained in:
@@ -20,7 +20,7 @@ export default {
|
||||
|
||||
watch(
|
||||
() => router.route.data.relativePath,
|
||||
() => updateHomePageStyle(location.pathname === '/'),
|
||||
() => updateHomePageStyle(location.pathname === '/' || location.pathname === '/contributors.html'),
|
||||
{ immediate: true },
|
||||
)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user