From 7e1762d879fc8b360e877a5828deef42eb14cc3b Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期三, 28 十月 2020 18:28:40 +0800 Subject: [PATCH] 引入simple-uploader源文件并更新assignBrowse方法,标注页面更新,首页分页器样式更新 --- vue.config.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/vue.config.js b/vue.config.js index c5d38e8..153deec 100644 --- a/vue.config.js +++ b/vue.config.js @@ -72,6 +72,14 @@ // ws: true, changeOrigin: true, }, + "/data/api-v/app/findAllApp": { + target: '/', + target: 'http://localhost:8080/', + changeOrigin: true, + pathRewrite: { + '^/data/api-v/app/findAllApp': 'apps.json' + } + }, "/api-v": { target: 'http://192.168.20.10:8000', changeOrigin: true -- Gitblit v1.8.0