Merge branch 'feature/meal-3.0' into feat/storeManagement
* feature/meal-3.0: fix: 修改报错信息 feat: 添加接口前缀 feat: 对接企业外卖、虚拟商品接口 feat: 添加平台校验 feat: 添加外卖商品列表逻辑 feat: 添加企业客户逻辑 feat: 添加外卖商品列表 feat: 升级antd + react feat: 添加外卖商品列表 feat: 添加企业客户信息 feat: 添加企业客户 fix: 修改注释 fix: 处理token 获取不到的问题 fix: 处理获取token 问题 feat: 处理tob 接口请求token过期问题 feat: 添加tob进入页面入口
Showing
config/groupMealRoute.js
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
| ... | ... | @@ -51,12 +51,14 @@ |
| "dependencies": { | ||
| "@ant-design/colors": "^3.1.0", | ||
| "@ant-design/compatible": "^1.1.0", | ||
| "@ant-design/cssinjs": "^1.10.1", | ||
| "@ant-design/icons": "^4.7.0", | ||
| "@ant-design/pro-components": "^2.3.59", | ||
| "@ant-design/pro-layout": "^4.11.4", | ||
| "@ant-design/pro-table": "^1.0.31", | ||
| "@antv/data-set": "^0.10.2", | ||
| "@sentry/react": "^7.41.0", | ||
| "antd": "^4.19.3", | ||
| "antd": "^4.24.10", | ||
| "antd-img-crop": "4.12.2", | ||
| "antd-virtual-select": "^1.1.2", | ||
| "array-move": "^4.0.0", | ||
| ... | ... | @@ -71,13 +73,13 @@ |
| "path-to-regexp": "^3.1.0", | ||
| "pubsub-js": "^1.9.4", | ||
| "qs": "^6.9.0", | ||
| "react": "^16.8.6", | ||
| "react": "^16.14.0", | ||
| "react-amap": "^1.2.8", | ||
| "react-bmapgl": "^0.2.17", | ||
| "react-copy-to-clipboard": "^5.0.1", | ||
| "react-dnd": "10.0.2", | ||
| "react-dnd-html5-backend": "10.0.2", | ||
| "react-dom": "^16.8.6", | ||
| "react-dom": "^16.14.0", | ||
| "react-helmet": "^5.2.1", | ||
| "react-router-dom": "^5.1.2", | ||
| "react-sortable-hoc": "^2.0.0", | ||
| ... | ... |
Please register or sign in to comment