更新首页
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user