From 2e032c055b47c00011d744ed43133d12b688c529 Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期三, 09 六月 2021 14:44:43 +0800 Subject: [PATCH] 更新提示图标 --- vue.config.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/vue.config.js b/vue.config.js index a0cb604..54707a5 100644 --- a/vue.config.js +++ b/vue.config.js @@ -91,7 +91,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