mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-10 12:01:57 +08:00
new push
This commit is contained in:
parent
8d1629af92
commit
66a0827609
@ -12,7 +12,8 @@
|
|||||||
"new": "plop",
|
"new": "plop",
|
||||||
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
|
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
|
||||||
"test:unit": "jest --clearCache && vue-cli-service test:unit",
|
"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": {
|
"dependencies": {
|
||||||
"axios": "0.18.1",
|
"axios": "0.18.1",
|
||||||
|
@ -39,7 +39,8 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
proxy: {
|
proxy: {
|
||||||
'/bwhse': {
|
'/bwhse': {
|
||||||
target: 'https://buwan.cloud:8443',
|
// target: 'https://buwan.cloud:8443',
|
||||||
|
target:'http://127.0.0.1:8080',
|
||||||
ws: false,
|
ws: false,
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
pathRewrite: { '^/bwhse': '/bwhse' }
|
pathRewrite: { '^/bwhse': '/bwhse' }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user