This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
hly
/
hanhai-official-website
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
chore: 更新开发和生产环境的API基础地址
将VITE_APP_BASE_API从原地址更改为新的测试服务器地址,以便进行开发和测试
master
主管理员
4 weeks ago
parent
a2d468f6bc
commit
856570bd51
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.env.development
+1
-1
.env.production
+ 1
- 1
.env.development
View File
@ -3,4 +3,4 @@
# 开发环境
# VITE_APP_BASE_API = '/dev-api'
VITE_APP_BASE_API = 'http
s://pcadmin.hhlm1688.com/prod
'
VITE_APP_BASE_API = 'http
://42.194.239.145:8005/official
'
+ 1
- 1
.env.production
View File
@ -1,3 +1,3 @@
# 生产环境
VITE_APP_BASE_API = 'http
s://pcadmin.hhlm1688.com/prod
'
VITE_APP_BASE_API = 'http
://42.194.239.145:8005/official
'
Write
Preview
Loading…
Cancel
Save