feat: 更新网站页面和组件,新增多个页面(关于、专家、会员、政策等)
This commit is contained in:
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user