You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
1.9 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# queyue-miniapp
## 项目介绍
`queyue-miniapp`是一个电商系统的移动端项目,基于`uni-app`实现。主要包括首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等功能。
### 项目结构
``` log
src -- 源码目录
├── api -- 网络请求定义
├── components -- 通用组件封装
├── js_sdk -- 第三方sdk源码如 luch-request
├── static -- 图片等静态资源
├── store -- vuex的状态管理
├── utils -- 工具类
└── pages -- 前端页面
├── address -- 地址管理页
├── brand -- 商品品牌页
├── cart -- 购物车页
├── category -- 商品分类页
├── coupon -- 优惠券页
├── index -- 首页
├── money -- 支付页
├── notice -- 通知页
├── order -- 订单页
├── product -- 商品页
├── public -- 登录页
├── set -- 设置页
├── user -- 会员页
└── userinfo -- 会员信息页
```
## 搭建步骤
- 本项目使用了`uni-app`专用开发工具`HBuilder X`App开发版开发下载地址https://www.dcloud.io/hbuilderx.html
- 克隆源代码到本地,使用`HBuilder X`打开;
- 微信开发者工具开启服务端口:`设置->安全设置>服务端口开启`
- 在`HBuilder X`中使用`运行->运行到小程序模拟器->微信开发者工具`运行项目,运行成功后会自动打开微信开发者工具并编译项目
## 开发须知
- 登录相关
* 接口地址39.103.180.196:9012
* 接口文档:[luoo-user API](http://39.103.180.196:9012/doc.html?open_in_browser=true)
- 商城相关
* 接口地址43.248.137.154:8085
* 接口文档:[mall前台系统](http://43.248.137.154:8085/swagger-ui/index.html)
## 许可证
[Apache License 2.0](./LICENSE)
Copyright (c) 2024- queyue