From 6e3d8234a4b1bae86b3c896468e20ea9f13c7fb7 Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期三, 24 三月 2021 11:46:44 +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 021cdfc..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:8002',
+        target: 'http://192.168.20.113:8004',
         changeOrigin: true
       },
       "/api-v": {

--
Gitblit v1.8.0