减少日志

This commit is contained in:
tangly1024
2023-07-28 20:45:46 +08:00
parent beeed7f632
commit e1976aaf3e
8 changed files with 6 additions and 14 deletions

View File

@@ -15,7 +15,6 @@ const GlobalContext = createContext()
* @constructor
*/
export function GlobalContextProvider(props) {
console.log('global', props)
const { children, siteInfo, categoryOptions, tagOptions } = props
const router = useRouter()
const [lang, updateLang] = useState(BLOG.LANG) // 默认语言