1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-07 18:25:45 +08:00
This commit is contained in:
‘邓福传’ 2023-02-15 12:54:04 +08:00
parent 8d1629af92
commit 66a0827609
2 changed files with 4 additions and 2 deletions

View File

@ -12,7 +12,8 @@
"new": "plop",
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
"test:unit": "jest --clearCache && vue-cli-service test:unit",
"test:ci": "npm run lint && npm run test:unit"
"test:ci": "npm run lint && npm run test:unit",
"dev_t": "set NODE_OPTIONS=\"--openssl-legacy-provider\" & npm run dev\n"
},
"dependencies": {
"axios": "0.18.1",

View File

@ -39,7 +39,8 @@ module.exports = {
},
proxy: {
'/bwhse': {
target: 'https://buwan.cloud:8443',
// target: 'https://buwan.cloud:8443',
target:'http://127.0.0.1:8080',
ws: false,
changeOrigin: true,
pathRewrite: { '^/bwhse': '/bwhse' }