# BuffetOrderUniApp **Repository Path**: fchgit/buffet-order-uni-app ## Basic Information - **Project Name**: BuffetOrderUniApp - **Description**: 这是一个基于uniapp的微信自助点餐小程序 - **Primary Language**: JavaScript - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 3 - **Created**: 2022-10-25 - **Last Updated**: 2025-02-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: uni-app ## README # 不饿了自助点餐微信小程序 ### 项目介绍 ​ 本系统采用前后端分离架构,前端主要使用Vue、Uni-App、Echarts等技术,后端使用SpringBoot、MyBatis、Redis、RabbitMQ、Minio等技术,以保证系统的高效性。 ​ 为了保证系统的安全性,采用JWT(JSON Web Token)对用户进行权限验证,采用SpringSecurity进行安全性的维护。 - 后端主要技术:springboot,mybatis,redis,rabbitmq 地址: - Gitee: [BuffetOrderSpringboot(gitee.com)](https://gitee.com/fchgit/buffet-order-springboot) - GitHub:[BuffetOrderSpringboot(github.com)](https://github.com/wh3364/buffet-order-springboot) - 微信小程序:uniapp 地址: - Gitee:[BuffetOrderUniApp(gitee.com)](https://gitee.com/fchgit/buffet-order-uni-app) - GitHub:[BuffetOrderUniApp(github.com)](https://github.com/wh3364/buffet-order-uni-app) - 管理员端:vue 地址: - Gitee:[BuffetOrderAdmin(gitee.com)](https://gitee.com/fchgit/buffet-order-admin) - GitHub:[BuffetOrderAdmin(github.com)](https://github.com/wh3364/buffet-order-admin) #### 效果图: ##### 微信小程序:
##### 管理员端:
### 项目部署 1. 下载[HBuilderX](https://dcloud.io/hbuilderx.html)与[微信开发者工具](https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html)并安装 2. 用HBuilderX打开项目 3. HBuilderX - 运行 - 运行到小程序模拟器 - 微信开发者工具 - 完成 ### 特性/功能 - 待补充 ### 项目结构 ``` . │ App.vue │ index.html │ main.js │ manifest.json │ pages.json │ uni.scss │ ├─.vite │ └─deps │ package.json │ ├─common │ │ api.js │ │ countdown.js │ │ global.css │ │ uni-nvue.css │ │ uni.css │ │ │ └─request │ food.js │ order.js │ user.js │ ├─pages │ ├─index │ │ index.vue │ │ │ ├─orderDetail │ │ index.vue │ │ │ ├─settle │ │ index.vue │ │ │ └─tabBar │ ├─myInfo │ │ index.vue │ │ │ ├─orderForm │ │ index.vue │ │ │ └─orderMeal │ index.vue │ ├─static │ │ logo.png │ │ │ └─img │ └─icon │ ... │ ├─store │ │ getters.js │ │ index.js │ │ │ └─modules │ cart.js │ user.js │ ├─uni_modules ``` ### 注意事项 - 暂无 ### 接下来的开发 - 无