2024年最新易校网校园综合跑腿小程序源码修复运营版
立即下载
资源介绍:
2024年最新易校网校园综合跑腿小程序源码修复运营版
校园网跑腿小程序源码需要准备
1.小程序
2.服务器(推荐配置2h4g3m)
3.域名(需要备案)
搭建教程:
使用服务器搭建宝塔
安装pm2管理器
新建项目上传服务器接口
修改/pub/config/config.js 数据库信息 小程序appID
正常启动后设置映射 随便解析一个域名 域名需要开通ssl
若出现extends layout block content h1= title p Welcome to #(title)即代表服务端部署成功。
打开服务器后台修改src/assets/js/yzy.js
里面的网址改成你的然后打包
上传服务器后台到/public目录下
网址上传完成后打开小程序开发者工具
找到util.js里面的网站改成你的网站打包上传即可.
######################################################################
亲测有效。文件包含(服务端,客户端,前端)
# 校园综合服务平台小程序后台服务端
#### 项目链接
本项目配合以下两端使用:
[1.小程序端地址:https://github.com/landalfYao/help.git](https://github.com/landalfYao/help.git)
[2.后台客户端地址:https://github.com/landalfYao/helpclient.git](https://github.com/landalfYao/helpclient.git)
#### 线上部署教程
1. 后台服务端部署教程[https://my.oschina.net/u/4053979/blog/3026392](https://my.oschina.net/u/4053979/blog/3026392)
#### 安装教程
1.新建数据库
数据库文件 help.sql
```
CREATE SCHEMA `help` DEFAULT CHARACTER SET utf8mb4 ;
```
2.修改配置文件
路径 pub/config/config.js
```
MYSQL: {
host: "localhost",
user: "root",
password: "", //数据库密码
port: "3306",
database: "help", //数据库名
timezone: "+08:00",
dateStrings: true
},
APP_ID: "", //微信小程序APPID
APP_SECRET: "", //微信小程序APP密钥
Mch_id: "", //商户号
Mch_key: "", //商户密钥
```
3.安装依赖并启动
```
npm install
npm start
```
访问[http://localhost:3337](http://localhost:3337)
#### 交流
微信号:landalfyzy
![输入图片说明](https://images.gitee.com/uploads/images/2019/0320/102250_efc7b2d0_1930998.jpeg "微信图片_20190320102141.jpg")
QQ群
![输入图片说明](https://images.gitee.com/uploads/images/2019/0325/100055_4cc3cea8_1930998.png "微信截图_20190325095959.png")
资源文件列表:
2024易校网校园综合跑腿小程序源码修复运营版.zip 大约有602个文件