This website requires JavaScript.
Explore
Help
Register
Sign In
suguo
/
gin-vue-admin
mirror of
https://gitee.com/pixelmax/gin-vue-admin.git
Watch
1
Star
0
Fork
You've already forked gin-vue-admin
0
Code
Issues
Projects
Releases
Wiki
Activity
acda4470bc
gin-vue-admin
/
web
/
.env.production
4 lines
117 B
Plaintext
Raw
Normal View
History
Unescape
Escape
axios封装和config设置
2019-09-11 15:13:50 +00:00
ENV = 'production'
将配置提取
2021-04-23 07:47:42 +00:00
VUE_APP_BASE_API = '/api'
#下方修改为你的线上ip
VUE_APP_BASE_PATH = 'http://8.141.61.63'