zhongrj
2025-03-28 4ff3eee77b41466d08117970970d01be6e48ffe1
1
2
3
4
5
6
7
8
# 开发
NODE_ENV = 'development'
VUE_APP_API_URL = http://127.0.0.1/
VUE_APP_MEDIAPANEL_API_URL_WE = https://wrj.shuixiongit.com/minio/cloud-bucket
VUE_APP_MEDIAPANEL_API_URL = https://wrj.shuixiongit.com/minio/cloud-bucket
VUE_APP_WS_API_URL = ws://127.0.0.1:6790/api/v1/ws
VUE_APP_BASE_API = /api
VUE_APP_ADMIN_URL = 'https://wrj.shuixiongit.com/manage'