chore: 统一前端/H5 服务固定端口
- web: 5178 - web-admin: 5179 - mini-program: 5180 - life-script: 5181
This commit is contained in:
@@ -14,3 +14,4 @@ VITE_MOCK=false
|
||||
|
||||
# 其他配置
|
||||
VITE_APP_DESCRIPTION=情绪博物馆Web系统 - 开发环境
|
||||
VITE_PORT=5178
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@ export default defineConfig({
|
||||
global: 'globalThis',
|
||||
},
|
||||
server: {
|
||||
port: 5173,
|
||||
port: 5178,
|
||||
open: true,
|
||||
proxy: {
|
||||
'/api': {
|
||||
|
||||
Reference in New Issue
Block a user