From d5b2bf5ffaa96d002b21575016a262b376763a74 Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期四, 11 三月 2021 15:46:00 +0800 Subject: [PATCH] 已激活但未安装的算法的弹窗显示安装而非激活,添加激活安装成功的提示 --- vue.config.js | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/vue.config.js b/vue.config.js index c5faf7a..8e6eadc 100644 --- a/vue.config.js +++ b/vue.config.js @@ -78,16 +78,16 @@ // ws: true, changeOrigin: true, }, - "/data/api-v/app/findAllApp": { - // target: '/', - target: 'http://localhost:8080/', - changeOrigin: true, - pathRewrite: { - '^/data/api-v/app/findAllApp': 'apps.json' - } - }, + // "/data/api-v/app/findAllApp": { + // // target: '/', + // target: 'http://localhost:8080/', + // changeOrigin: true, + // pathRewrite: { + // '^/data/api-v/app/findAllApp': 'apps.json' + // } + // }, "/api-c": { - target: 'http://192.168.20.10:8004', + target: 'http://192.168.20.113:8004', changeOrigin: true }, "/api-v": { -- Gitblit v1.8.0