# 小程序智能AI后台开源版本
**Repository Path**: yao-wen_long/wxbackgroundAI
## Basic Information
- **Project Name**: 小程序智能AI后台开源版本
- **Description**: 小程序AI开源版本的后台管理页面
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2023-03-30
- **Last Updated**: 2023-04-04
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
后端管理页面
## 后端介绍
* 微信小程序源码: [点我进入](https://gitee.com/yao-wen_long/wxuniapp)
* 微信小程序数据请求源码: [点我进入](https://gitee.com/yao-wen_long/wxafterendAI)
小程序需配合此套java程序,下面将详细介绍此套系统的搭建过程谢谢!
如果前端的话请大家转移的上述的前端链接,获取小程序源码
## 后台管理页面
* vue2.0
* node.js
## 搭建教学
* 首先后端源码下载下来,用idea源码编辑器打开,只需要修改配置文件中的代理信息即可
* 然后直接启动项目即可(有任何我问题可以加入下方QQ群一起交流)
**_伪静态_**
```
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=K71J0FwVRi1XCsSdWp77cnoFAlRj1GSl&authKey=SSLcjTIj8hQBIJ%2FVm9SUHE1sTuHQdwe4R7iltsHFWKpXXM8lMa2GvDLIlbin%2Bq3H&noverify=0&group_code=482528448)
## 小程序演示
## 后台演示