Commit 1c8a945f authored by 邓晓峰's avatar 邓晓峰

fix: 修复@ant-design/pro-form 进行版本降级

parent b3ec39ab
/* eslint-disable */
// const proxyURL = process.env.NODE_ENV !== 'production' ? 'http://192.168.10.150:8777' : window.location.origin;
const proxyURL = 'http://61.150.107.92:8200';
const proxyURL = 'http://192.168.12.47:8081'
//'http://61.150.107.92:8200';
module.exports = {
assetsRoot: process.env.NODE_ENV !== 'production' ? proxyURL : './',
dev: {
......
This diff is collapsed.
......@@ -97,6 +97,7 @@
"@ant-design/pro-skeleton": "^1.0.0-beta.2",
"@ant-design/pro-table": "^2.5.3",
"@ant-design/pro-utils": "^1.10.4",
"@ant-design/pro-form": "^1.42.1",
"@babel/polyfill": "7.4.3",
"@babel/runtime": "^7.10.5",
"@wisdom-components/empty": "^1.4.1",
......
This diff is collapsed.
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