From e80763e664be64ea36ba367c15c615df78d77aa7 Mon Sep 17 00:00:00 2001 From: ZZJ <zzjdsg2300@163.com> Date: 星期一, 08 十一月 2021 15:04:51 +0800 Subject: [PATCH] 视频详情v2 --- vue.config.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vue.config.js b/vue.config.js index f623575..89da434 100644 --- a/vue.config.js +++ b/vue.config.js @@ -87,8 +87,8 @@ changeOrigin: true, }, "/data/api-v/app/findAllApp": { - // target: '/', - target: 'http://localhost:8080/', + target: '/', + //target: 'http://localhost:8080/', changeOrigin: true, pathRewrite: { '^/data/api-v/app/findAllApp': 'apps.json' -- Gitblit v1.8.0