From 579fd9fdd67e6dff513c1696f216ccde59d3a9a8 Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期三, 10 三月 2021 18:02:17 +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 ce1b779..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.113:8001', + target: 'http://192.168.20.113:8004', changeOrigin: true }, "/api-v": { -- Gitblit v1.8.0