diff --git a/frontend/src/components/Config/ConfigList.vue b/frontend/src/components/Config/ConfigList.vue index 76a5f2aa..fff81080 100644 --- a/frontend/src/components/Config/ConfigList.vue +++ b/frontend/src/components/Config/ConfigList.vue @@ -466,8 +466,7 @@ export default { } ], tourCallbacks: { - onStop: (ev) => { - console.log(ev) + onStop: () => { this.$utils.tour.finishTour('spider-detail-config') }, onPreviousStep: (currentStep) => { diff --git a/frontend/src/i18n/index.js b/frontend/src/i18n/index.js index 6c89075b..1b4687f1 100644 --- a/frontend/src/i18n/index.js +++ b/frontend/src/i18n/index.js @@ -10,7 +10,8 @@ const i18n = new VueI18n({ messages: { en, zh - } + }, + silentTranslationWarn: true }) export default i18n