Skip to content

Commit cdd5e33

Browse files
committed
fix: Update documentation link and remove customer survey condition
1 parent 6c23414 commit cdd5e33

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

apps/dfs/src/init.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,6 @@ export default ({ routes }) => {
193193
}
194194
})
195195

196-
if (userInfo?.createdAt && dayjs().diff(dayjs(userInfo.createdAt), 'day') > 7) CustomerSurvey(window.App, true)
197-
198196
return router
199197
}
200198
loading = window.loading({ fullscreen: true })

apps/dfs/src/views/instance/Install.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ export default {
287287
})
288288
let href = `https://docs.tapdata.${
289289
!this.$store.getters.isDomesticStation || this.$i18n.locale === 'en' ? 'io' : 'net'
290-
}/quick-start/install/install-tapdata-agent/`
290+
}/installation/install-tapdata-agent/`
291291
window.open(href, '_blank')
292292
},
293293
handleComplete() {

0 commit comments

Comments
 (0)