This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
hly
/
hanhai-official-website-java
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
chore(plus-ui): 更新生产环境API基础路径配置
移除注释的生产环境API备用地址,保持配置简洁
master
主管理员
4 weeks ago
parent
80dfdd7ea8
commit
bd19ce93df
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
plus-ui/.env.production
+ 2
- 0
plus-ui/.env.production
View File
@ -15,6 +15,8 @@ VITE_APP_SNAILJOB_ADMIN = '/snail-job'
# 生产环境
VITE_APP_BASE_API = '/official'
# VITE_APP_BASE_API = 'https://42.194.239.145:8005/official'
# 是否在打包时开启压缩,支持 gzip 和 brotli
VITE_BUILD_COMPRESS = gzip
Write
Preview
Loading…
Cancel
Save