|
@@ -113,7 +113,7 @@ const title = computed(() => {
|
|
if (domain.includes('sohoeb2b')) {
|
|
if (domain.includes('sohoeb2b')) {
|
|
return '苏豪通'; // Use the imported image for this domain
|
|
return '苏豪通'; // Use the imported image for this domain
|
|
} else {
|
|
} else {
|
|
- return 'Adweb V3'; // Use the imported image for other domains
|
|
|
|
|
|
+ return 'AdWeb'; // Use the imported image for other domains
|
|
}
|
|
}
|
|
});
|
|
});
|
|
|
|
|