# chatgpt微信小程序智能AI聊天免费开源-后台管理页面
**Repository Path**: PY_TF/chatgpt_wechat_manager
## Basic Information
- **Project Name**: chatgpt微信小程序智能AI聊天免费开源-后台管理页面
- **Description**: 后台管理页面更新
- **Primary Language**: Java
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 111
- **Created**: 2023-03-21
- **Last Updated**: 2023-03-21
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
后端管理页面
## 后端介绍
* 微信小程序源码: [点我进入](https://gitee.com/e0cia/chatgpt_wechat_font)
* 微信小程序数据请求源码: [点我进入](https://gitee.com/e0cia/chatgpt_wechat_houtai)
小程序需配合此套java程序,下面将详细介绍此套系统的搭建过程谢谢!
如果前端的话请大家转移的上述的前端链接,获取小程序源码
## 后台管理页面
* vue2.0
* node.js
## 搭建教学
* 首先后端源码下载下来,用idea源码编辑器打开,只需要修改配置文件中的代理信息即可(具体可看视频操作)
* 然后直接启动项目即可(有任何我问题可以加入下方QQ群一起交流)
### **_教程视频_** : [B站视频教程-小白可搭建](https://space.bilibili.com/342298458/channel/seriesdetail?sid=3077994&ctype=0)(最新视频已经更新,有问题请加群)
**_伪静态_**
```
try_files $uri $uri/ /index.html;
location /prod-api/ {
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header REMOTE-HOST $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass http://120.48.124.77:7697/;
}
```
1.服务器配置
centos7.9
2.宝塔面板安装宝塔
https://www.bt.cn/new/download.html
3.如果在线下载地址报错:
下载xshell : https://rj.mqxsowp.cn/
4.前端使用工具 :
idea
node.js : https://nodejs.org/en/
## 交流群
QQ群: [](https://qm.qq.com/cgi-bin/qm/qr?k=r9wUrNxH5gX-EdMMdN4cVOt8MyQV2MnL&jump_from=webapi&authKey=UHRma7Iwg1U6UtlS9tWVEfhcU0WaNJuwRW3H1NHNDQjIkIvCpjC/RdNwFaMjxF3W)
## 小程序演示
## 后台演示