chore(config): 更新应用标题和相关配置

- 修改开发、生产、预发布环境的应用标题
- 更新 favicon 图标路径- 替换 Logo 图片资源路径
- 更新项目描述信息为“首达特及巨峰外贸中心”
This commit is contained in:
JR
2025-10-23 17:03:45 +08:00
parent 619fcdfaf7
commit 44e7faddb3
9 changed files with 12 additions and 12 deletions

View File

@@ -14,7 +14,7 @@
</template>
<script setup>
import logo from '@/assets/logo/logo.png'
import logo from '@/assets/logo/sdtlogo.png'
import useSettingsStore from '@/store/modules/settings'
import variables from '@/assets/styles/variables.module.scss'
@@ -94,4 +94,4 @@ const getLogoTextColor = computed(() => {
}
}
}
</style>
</style>