forked from drone/command-center-dashboard

chenyao
2025-03-31 d75bfbae0212434d84676ae4d9e4a384ac4384df
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
 
#开发环境配置
VITE_APP_ENV = 'development'
 
#接口地址
VITE_APP_API = /api
VITE_APP_API_URL = https://wrj.shuixiongit.com/api
 
# 连接本地服务器
# VITE_APP_API_URL = http://192.168.1.204/api
 
#调试参数
VITE_APP_DEBUG_KEY = saber
VITE_APP_DEBUG_SWITCH = false
 
#页面基础路径
VITE_APP_BASE = /command-center-dashboard/