端口修改

This commit is contained in:
2025-12-15 14:50:29 +08:00
parent 302173f623
commit 3767150fd6
16 changed files with 52 additions and 52 deletions

View File

@@ -100,7 +100,7 @@ const devConfig: AppRuntimeConfig = {
// 单点登录配置
// 推荐开发环境也通过nginx访问http://localhost
// 备选直接访问各服务端口platformUrl: 'http://localhost:5001'
// 备选直接访问各服务端口platformUrl: 'http://localhost:7001'
sso: {
platformUrl: '/', // 通过nginx访问platform
workcaseUrl: '/workcase', // 通过nginx访问workcase

View File

@@ -100,7 +100,7 @@ export default defineConfig({
},
server: {
port: 5000,
port: 7000,
strictPort: true,
host: true,
cors: true,
@@ -112,7 +112,7 @@ export default defineConfig({
},
preview: {
port: 5000,
port: 7000,
host: true,
cors: true,
headers: {