# heze_restuarant **Repository Path**: error-variables/heze_restuarant ## Basic Information - **Project Name**: heze_restuarant - **Description**: ”菏泽点餐“的微信店铺端代码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-06-11 - **Last Updated**: 2024-07-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 菏泽点餐-微信店铺端 项目中使用的空状态显示组件,是基于uView显示的,由于uView的图标并不内置在本地模块中 这就导致,如果无网或者资源路径变动的情况下,该组件的图片无法显示 ## 运行程序 1. 安装依赖 ```shell # npm npm i --registry=https://registry.npmmirror.com ``` 2. 运行程序 ```shell # 微信小程序端 npm run dev:mp-weixin ``` 3. 微信开发者工具导入 `/dist/dev/mp-weixin` 目录 ### 工程结构解析 ``` ├── .husky # Git Hooks ├── .vscode # VS Code 插件 + 设置 ├── dist # 打包文件夹(可删除重新打包) ├── src # 源代码 │ ├── components # 全局组件 │ ├── composables # 组合式函数 │ ├── pages # 主包页面 │ ├── index # 首页 │ ├── category # 分类页 │ ├── cart # 购物车 │ ├── my # 我的 │ └── login # 登录页 │ ├── services # 所有请求 │ ├── static # 存放应用引用的本地静态资源的目录 │ ├── images # 普通图片 │ └── tabs # tabBar 图片 │ ├── stores # 全局 pinia store │ ├── modules # 模块 │ └── index.ts # store 入口 │ ├── styles # 全局样式 │ └── fonts.scss # 字体图标 │ ├── types # 类型声明文件 │ └── component.d.ts # 全局组件类型声明 │ ├── utils # 全局方法 │ ├── App.vue # 入口页面 │ ├── main.ts # Vue初始化入口文件 │ ├── pages.json # 配置页面路由等页面类信息 │ ├── manifest.json # 配置appid等打包信息 │ └── uni.scss # uni-app 内置的常用样式变量 ├── .editorconfig # editorconfig 配置 ├── .eslintrc.cjs # eslint 配置 ├── .prettierrc.json # prettier 配置 ├── .gitignore # git 忽略文件 ├── index.html # H5 端首页 ├── package.json # package.json 依赖 ├── tsconfig.json # typescript 配置 └── vite.config.ts # vite 配置 ``` ### 该仓库仅包括“菏泽点餐系统”的部分源码,系统其他部分的源码库请参考 ![](./Md_png/系统构成.png) #### 菏泽点餐-后端服务源码:[Error-Variables/heze_sys (gitee.com)](https://gitee.com/error-variables/heze_sys) #### 菏泽点餐-后台管理前端:[Error-Variables/heze_admin (gitee.com)](https://gitee.com/error-variables/heze_admin) #### 菏泽点餐-微信消费者端:[Error-Variables/heze_consumer (gitee.com)](https://gitee.com/error-variables/heze_consumer) #### 菏泽点餐-微信店铺端:[Error-Variables/heze_restuarant (gitee.com)](https://gitee.com/error-variables/heze_restuarant) # 介绍 **“菏泽点餐”是个人开发的一款基于SpringBoot2.7 + uni-app + Vue3 + TypeScript + OSS的微信点餐系统,包括“微信消费者端”、”微信店铺端“和”Web后台管理端“。面向店铺用户提供自定义菜品、菜品分类、营业信息统计、店铺推广等功能。面向消费者提供店铺搜索、点餐下单、菜品收藏、订单评分、系统通知等功能。面向管理员提供消费者和店铺用户的全权信息操作功能、广告、系统通知、系统操作记录日志等功能。** ![image-20240611153210447](./Md_png/image-20240611153210447.png) ![image-20240611153358143](./Md_png/image-20240611153358143.png) ![image-20240611153447750](./Md_png/image-20240611153447750.png) ![image-20240611154144725](./Md_png/image-20240611154144725.png) ![image-20240611154402756](./Md_png/image-20240611154402756.png) ![image-20240611154741852](./Md_png/image-20240611154741852.png)