diff --git a/config/proxy.js b/config/proxy.js index 3a7b741..125bb76 100644 --- a/config/proxy.js +++ b/config/proxy.js @@ -9,7 +9,7 @@ export default { dev: { '/kitchbase/': { - target: 'http://192.168.1.19:5006/', + target: 'http://localhost:5006/', changeOrigin: true, secure: false, //关闭证书验证 pathRewrite: { @@ -17,7 +17,7 @@ }, }, '/kitchorder/': { - target: 'http://192.168.1.19:5007', + target: 'http://localhost:5007', changeOrigin: true, secure: false, //关闭证书验证 pathRewrite: { diff --git a/src/pages/database/basic/batching/components/CreateForm.jsx b/src/pages/database/basic/batching/components/CreateForm.jsx index e7907e5..85faca2 100644 --- a/src/pages/database/basic/batching/components/CreateForm.jsx +++ b/src/pages/database/basic/batching/components/CreateForm.jsx @@ -207,67 +207,8 @@ const CreateForm = (props) => { placeholder="请输入原料名称" /> - {/*