diff --git a/config/proxy.ts b/config/proxy.ts index 6244356..36d50fc 100644 --- a/config/proxy.ts +++ b/config/proxy.ts @@ -11,7 +11,7 @@ export default { // localhost:8000/api/** -> https://preview.pro.ant.design/api/** '/tbg/api/v1': { // 要代理的地址 - target: 'http://192.168.88.224:9999', + target: 'http://192.168.2.11:9999', // 配置了这个可以从 http 代理到 https // 依赖 origin 的功能可能需要这个,比如 cookie changeOrigin: true, diff --git a/src/pages/Recharge/CoinType/Components/AddCoinTypeModal.tsx b/src/pages/Recharge/CoinType/Components/AddCoinTypeModal.tsx index 798c15a..8891508 100644 --- a/src/pages/Recharge/CoinType/Components/AddCoinTypeModal.tsx +++ b/src/pages/Recharge/CoinType/Components/AddCoinTypeModal.tsx @@ -35,7 +35,7 @@ const AddCoinTypeModal = ({ onOk, onCancel, ...rest }: AddCoinTypeModalPropsType