From 57226aedd6b28f5683b206cef7d74a3251c792ea Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期四, 09 六月 2022 17:58:21 +0800 Subject: [PATCH] order list detail --- vue.config.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/vue.config.js b/vue.config.js index 4a47f61..a2a7dba 100644 --- a/vue.config.js +++ b/vue.config.js @@ -117,7 +117,7 @@ }, "/data/api-v/app/findAllApp": { // target: '/', - target: "http://localhost:8080/", + target: "http://localhost:8081/", changeOrigin: true, pathRewrite: { "^/data/api-v/app/findAllApp": "apps.json" -- Gitblit v1.8.0