mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-07 18:25:45 +08:00
new push
This commit is contained in:
parent
8d1629af92
commit
66a0827609
@ -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",
|
||||
|
@ -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' }
|
||||
|
Loading…
x
Reference in New Issue
Block a user