feat. 공통 로그 변경, 고정 템플릿 로그 추가
This commit is contained in:
@@ -75,7 +75,7 @@ watch(isPAssApiLoading, newVal => {
|
||||
|
||||
onMounted(() => {
|
||||
const { sendLog } = useAnalytics()
|
||||
sendLog(locale.value, useAnalyticsData('view'))
|
||||
sendLog(locale.value, 'view')
|
||||
|
||||
if (!hasApiCallStarted.value) {
|
||||
loadingStore.stopFullLoading()
|
||||
|
||||
Reference in New Issue
Block a user