chore: 统一前端/H5 服务固定端口
- web: 5178 - web-admin: 5179 - mini-program: 5180 - life-script: 5181
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# 开发环境配置
|
||||
VITE_APP_TITLE=情绪博物馆管理后台
|
||||
VITE_APP_BASE_API=https://lifescript.happylifeos.com/api
|
||||
VITE_APP_PORT=5174
|
||||
VITE_APP_PORT=5179
|
||||
|
||||
@@ -10,7 +10,7 @@ export default defineConfig({
|
||||
}
|
||||
},
|
||||
server: {
|
||||
port: 5174,
|
||||
port: 5179,
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: 'https://lifescript.happylifeos.com',
|
||||
|
||||
Reference in New Issue
Block a user