From 66a0827609ac250bc613f52bb087c8aa24105343 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98=E9=82=93=E7=A6=8F=E4=BC=A0=E2=80=99?= <‘38906809@qq.com’> Date: Wed, 15 Feb 2023 12:54:04 +0800 Subject: [PATCH] new push --- package.json | 3 ++- vue.config.js | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f00f5230..5a1597d4 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/vue.config.js b/vue.config.js index a2cc8033..e6dc9f7a 100644 --- a/vue.config.js +++ b/vue.config.js @@ -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' }