szluyu99 / gin-vue-blog

Golang 全栈博客,支持 Docker Compose 一键部署。基于最新前后端技术栈 Vue3、TS、Unocs 、Redis 等。前端包含博文展示前台、博客后台管理系统。后端包含 JWT 鉴权、RBAC 权限控制等。代码质量高注释全接口文档完善,适合前后端开发者学习。
https://www.hahacode.cn
MIT License
516 stars 115 forks source link

windows搭建后怎么访问呀 #3

Closed DengYuncheng27 closed 1 year ago

DengYuncheng27 commented 1 year ago

emm,,就是我server, front 都跑起来了 但是感觉缺了个web?没法直接通过浏览器访问。 想问下该怎么访问呢。 image

szluyu99 commented 1 year ago

没有问题呀,访问 http://localhost:3333 就是前台,http://localhost:3100 就是后台

DengYuncheng27 commented 1 year ago

没有问题呀,访问 http://localhost:3333 就是前台,http://localhost:3100 就是后台

感谢,已解决。