更新首页

This commit is contained in:
2026-09-11 12:25:38 +08:00
parent 9e24153eac
commit c29c3be942
326 changed files with 6564 additions and 44307 deletions
+2
View File
@@ -52,9 +52,11 @@ export const mainNav: NavItem[] = [
label: '专家资讯',
to: '/expert',
children: [
{key: 'expert-library', label: '专家库', to: '/expert'},
{key: 'expert-view', label: '专家视点', to: '/expert?type=view'},
{key: 'expert-dynamic', label: '专家动态', to: '/expert?type=dynamic'},
{key: 'expert-apply', label: '专家申请', to: '/expert/apply'},
{key: 'expert-downloads', label: '资料下载', to: '/expert/downloads'},
]
},
{
+2 -2
View File
@@ -2,7 +2,7 @@
export const ENV_CONFIG = {
dev: {
name: '开发环境',
serverUrl: 'http://127.0.0.1:9500',
serverUrl: 'http://127.0.0.1:8787',
},
prod: {
name: '生产环境',
@@ -44,7 +44,7 @@ const BASE_URL = getApiBaseUrl()
export const SERVER_API_URL = '/api/_server'
export const MODULES_API_URL = '/api/_modules'
// App 模块:相对路径,走 /api/_app proxy → websopy-api.websoft.top/api/app/*
export const APP_API_URL = '/api/app'
export const APP_API_URL = 'https://api.gxjczxw.com'
export const FILE_SERVER = '/api/_file'
// Some endpoints use this as a special TenantId override (defaults to current tenant)