Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 删除打印语句 #14320

Merged
merged 1 commit into from
Dec 25, 2024
Merged

fix: 删除打印语句 #14320

merged 1 commit into from
Dec 25, 2024

Conversation

dataeaseShu
Copy link
Contributor

What this PR does / why we need it?

Summary of your change

Please indicate you've done the following:

  • Made sure tests are passing and test coverage is added if needed.
  • Made sure commit message follow the rule of Conventional Commits specification.
  • Considered the docs impact and opened a new docs issue or PR with docs changes if needed.

@@ -102,7 +102,6 @@ const setupAll = async (
embeddedStore.setResourceId(resourceId)
embeddedStore.setDfId(dfId)
const i18 = await import('@/plugins/vue-i18n')
console.log('i18', i18)
await i18.setupI18n(app)
setupRouter(app)
setupElementPlus(app)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

没有发现问题,只是可以移除 console.log 声明以减少不必要的输出。

@maninhill maninhill merged commit 1741fdc into dev-v2 Dec 25, 2024
3 of 4 checks passed
@maninhill maninhill deleted the pr@dev-v2_st branch December 25, 2024 03:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants