Commit 67d0a4b0 authored by 左玲玲's avatar 左玲玲 😬

官网依赖问题

parent 8b715b1c
......@@ -68,7 +68,7 @@ export default defineConfig({
},
proxy: {
'/website/': {
target: 'http://192.168.40.23:9001',
target: 'http://www.jsnangao.com', //http://www.jsnangao.com
changeOrigin: true,
pathRewrite: { '^': '' },
},
......
......@@ -27,10 +27,10 @@
"dayjs": "^1.11.6",
"express": "^4.18.2",
"express-http-proxy": "^1.6.3",
"react": "17.x",
"react": "^17.0.0",
"react-amap": "^1.2.8",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "17.x",
"react-dom": "^17.0.0",
"react-resizable": "^3.0.4",
"umi": "^3.5.35",
"umi-request": "^1.4.0"
......@@ -44,5 +44,9 @@
"prettier": "^2.2.0",
"typescript": "^4.1.2",
"yorkie": "^2.0.0"
},
"resolutions": {
"swr": "1.3.0",
"react-draggable": "4.4.0"
}
}
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