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

@@ -1,7 +1,7 @@
module.exports = {
apps: [
{
name: 'nuxt4-10584',
name: 'nuxt4-10588',
cwd: __dirname,
script: '.output/server/index.mjs',
interpreter: 'node',
@@ -9,8 +9,8 @@ module.exports = {
env: {
NODE_ENV: 'production',
NITRO_HOST: '0.0.0.0',
NITRO_PORT: 10584,
PORT: 10584,
NITRO_PORT: 10588,
PORT: 10588,
},
},
],