We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c23414 commit cdd5e33Copy full SHA for cdd5e33
apps/dfs/src/init.js
@@ -193,8 +193,6 @@ export default ({ routes }) => {
193
}
194
})
195
196
- if (userInfo?.createdAt && dayjs().diff(dayjs(userInfo.createdAt), 'day') > 7) CustomerSurvey(window.App, true)
197
-
198
return router
199
200
loading = window.loading({ fullscreen: true })
apps/dfs/src/views/instance/Install.vue
@@ -287,7 +287,7 @@ export default {
287
288
let href = `https://docs.tapdata.${
289
!this.$store.getters.isDomesticStation || this.$i18n.locale === 'en' ? 'io' : 'net'
290
- }/quick-start/install/install-tapdata-agent/`
+ }/installation/install-tapdata-agent/`
291
window.open(href, '_blank')
292
},
293
handleComplete() {
0 commit comments