dashboard
repositories
filestore
activity
search
login
jagzwxm
/
ja_web
吉安感知网项目-前端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'master' of http://139.196.74.78:10010/r/jagzwxm/ja_web
shuishen
2026-01-17
86c2d61ba9d33f1886cfc904dcaf17f033e4c80a
[jagzwxm/ja_web.git]
/
uniapps
/
work-app
/
env
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 页面标题
VITE_APP_TITLE=uniapp-vue3模板项目
# 开发环境配置
VITE_APP_ENV=development
# 端口号
VITE_APP_PORT=9527
# h5是否需要配置代理
VITE_APP_PROXY=true
# API代理前缀
VITE_API_PREFIX=/api
# 删除console
VITE_DROP_CONSOLE=false