---fix bug

This commit is contained in:
yuping
2023-07-28 13:37:49 +08:00
parent 7c35352bb6
commit b1a7ab9ba9
3 changed files with 49 additions and 40 deletions

View File

@@ -16,7 +16,7 @@ module.exports = defineConfig({
port: 8070,
proxy: {
"/manageApi": {
target: 'http:' + process.env.VUE_APP_PROXY_URL,
target: 'https:' + process.env.VUE_APP_PROXY_URL,
changeOrigin: true, //表示是否改变原域名
pathRewrite: {
"^/manageApi": "",