web
4 天以前 15c5e70dd90a0389d70b3d855977dfd9070588fc
1
2
3
4
5
6
7
8
9
10
11
12
 
# 页面标题
VITE_APP_TITLE = 后台管理系统
 
# 开发环境配置
VITE_APP_ENV = 'development'
 
# 图片地址
VITE_APP_IMG_BASEURL='https://www.huiwuyuntong.com/water-hydropower-beta/upload'
 
#后端本地
  VITE_APP_PUBLIC_REQUEST_API = 'http://192.168.0.67:8036'