feat(homepage): 更新首页内容为破产事务服务平台
- 将默认租户ID从10398更新为10586 - 更改网站名称为"行于思破产事务服务平台" - 替换首页为破产事务相关的新闻、公告和申报系统 - 更新头部导航栏和底部信息显示新的网站名称 - 修改应用布局背景为透明 - 更新PM2配置中的应用名称和端口设置 - 调整导航栏结构,增加搜索功能和品牌展示区域
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
# Tenant / headers
|
||||
# - TenantId header will be sent on every request.
|
||||
# - Authorization header is taken from client storage (AccessToken) and forwarded by the Nuxt proxy.
|
||||
NUXT_PUBLIC_TENANT_ID=10398
|
||||
NUXT_PUBLIC_TENANT_ID=10586
|
||||
|
||||
# Upstream APIs (required)
|
||||
NUXT_PUBLIC_SERVER_API_BASE=https://server.websoft.top/api
|
||||
NUXT_PUBLIC_MODULES_API_BASE=https://cms-api.websoft.top/api
|
||||
|
||||
|
||||
# Optional (only if file server is not the same origin as SERVER_API_BASE)
|
||||
# Defaults to the origin of `NUXT_PUBLIC_SERVER_API_BASE` (e.g. https://server.websoft.top)
|
||||
# NUXT_PUBLIC_FILE_SERVER_BASE=https://file.wsdns.cn
|
||||
|
||||
Reference in New Issue
Block a user