feat: 更新网站页面和组件,新增多个页面(关于、专家、会员、政策等)

This commit is contained in:
2026-03-10 16:43:52 +08:00
parent 2c80df8b07
commit 54775dd745
56 changed files with 1520 additions and 503 deletions

View File

@@ -6,7 +6,7 @@ function getOrigin(url: string) {
}
}
const tenantId = process.env.NUXT_PUBLIC_TENANT_ID || '10584'
const tenantId = process.env.NUXT_PUBLIC_TENANT_ID || '10588'
const serverApiBase =
process.env.NUXT_PUBLIC_SERVER_API_BASE ||
process.env.NUXT_PUBLIC_SERVER_API ||
@@ -42,7 +42,8 @@ export default defineNuxtConfig({
modules: ['@nuxtjs/tailwindcss', './modules/fix-tailwind-postcss'],
app: {
head: {
titleTemplate: (titleChunk) => (titleChunk ? `${titleChunk} - 桂乐淘` : '桂乐淘'),
titleTemplate: (titleChunk) =>
titleChunk ? `${titleChunk} - 广西决策咨询网` : '广西决策咨询网',
meta: [
{ charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },