Commit 516e3d64 authored by 靳野's avatar 靳野

feat:用户数据脱敏以及增加订单接口服务api文档

parent 7ee33fc9
......@@ -305,6 +305,12 @@ export default {
name: 'supplyPriceUpdate',
component: './GoodsManage/SupplyPriceUpdate',
},
{
title: '商户管理后台-订单接口服务',
path: '/orderApiService',
name: 'orderApiService',
component: './OrderApiService',
},
...groupMealRoute,
// ↓↓↓↓↓↓应付审计用的,假的,没有实际用处↓↓↓↓↓↓↓
{
......
import React from 'react';
import { Card } from 'antd';
/**
* 品牌管理列表
*/
const OrderApiService = () => {
console.log(11);
return (
<Card style={{ width: '100%' }} bordered={false}>
<div>
<iframe
src="https://sc-img-test.q-gp.com/99e0a63e-22d8-43a9-afc6-14224564cd81.pdf"
width="100%"
height="800px"
title="PDF Viewer"
></iframe>
</div>
</Card>
);
};
export default OrderApiService;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment