GitBucket
4.6.0
Toggle navigation
Sign in
Files
Branches
1
Tags
Issues
Pull Requests
Labels
Milestones
Wiki
08335
/
hivui-platform-template
hivui平台项目模板
Browse code
add
master
1 parent
6137341
commit
c59d5ca8afa017520ce025d2035ae8ff187158ec
caibinghong
authored
on 10 Dec 2021
Showing
3 changed files
.env.development
.env.production
.env.staging
Ignore Space
Show notes
View
.env.development
## 服务器本地测试使用 ## VITE_APP_BASE_API = 'http://e5.hieap.cn/' ## VITE_APP_BASE_API = 'http://192.168.4.106:7777/' ##服务器正试后端 VITE_APP_SERVER='e5' ## 流程vite插件vite-plugin-func用到,项目名/工号 VITE_APP_PN = eaptpl/admin ## 首面左侧快速导航 VITE_APP_QUERYDATA = '/amrept-web/server/WebServiceWadl/[projectName]/cxfService/queryForm' ## savePortal 门户模块设计 VITE_APP_SAVEDATA = '/amrept-web/server/WebServiceWadl/[projectName]/cxfService/saveForm'
VITE_APP_BASE_API = 'http://e5.hieap.cn/' VITE_APP_SERVER='e5' # 项目名/工号 VITE_APP_PN = eaptpl/admin VITE_APP_QUERYDATA = '/amrept-web/server/WebServiceWadl/[projectName]/cxfService/queryForm' VITE_APP_SAVEDATA = '/amrept-web/server/WebServiceWadl/[projectName]/cxfService/saveForm'
Ignore Space
Show notes
View
.env.production
# .env.production 暂时没有用 VITE_APP_BASE_API = '/' ## 首面左侧快速导航 VITE_APP_QUERYDATA = '/amrept-web/[projectName]/data/query.do' ## savePortal 门户模块设计 VITE_APP_SAVEDATA = '/amrept-web/[projectName]/data/save.do' ## 后端存放用户项目静态路径 VITE_APP_USERPATH = '/e5/render/admin'
# .env.production 暂时没有用 VITE_APP_BASE_API = '/' VITE_APP_QUERYDATA = '/amrept-web/[projectName]/data/query.do' VITE_APP_SAVEDATA = '/amrept-web/[projectName]/data/save.do' VITE_APP_USERPATH = '/e5/render/admin'
Ignore Space
Show notes
View
.env.staging
# .env.staging VITE_APP_BASE_API = 'http://e5.hieap.cn/' VITE_APP_SERVER='e5' # 项目名/工号 VITE_APP_PN = eaptpl/admin VITE_APP_QUERYDATA = '/amrept-web/server/WebServiceWadl/[projectName]/cxfService/queryForm' VITE_APP_SAVEDATA = '/amrept-web/server/WebServiceWadl/[projectName]/cxfService/saveForm' VITE_APP_USERPATH = ''
# .env.staging VITE_APP_BASE_API = 'http://e5.hieap.cn/' VITE_APP_SERVER='e5' # 项目名/工号 VITE_APP_PN = eaptpl/admin VITE_APP_QUERYDATA = '/amrept-web/server/WebServiceWadl/[projectName]/cxfService/queryForm' VITE_APP_SAVEDATA = '/amrept-web/server/WebServiceWadl/[projectName]/cxfService/saveForm'
Show line notes below