From dc793f7fb723276358032d5a5fe11ac6f4cd3e80 Mon Sep 17 00:00:00 2001 From: Shao Huan Qing Date: Mon, 14 Jun 2021 11:23:39 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8E=AF=E5=A2=83=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vuepress/config.js | 4 ++-- js-config.json | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 js-config.json diff --git a/.vuepress/config.js b/.vuepress/config.js index 1955608..d989ac3 100644 --- a/.vuepress/config.js +++ b/.vuepress/config.js @@ -4,12 +4,12 @@ module.exports = { // configureWebpack: () => ({ // devtool: 'source-map' // }), - host: 'kuboard-develop', + host: 'kb', port: 8000, devServer: { proxy: { '/uc-api/': { - target: 'http://kuboard-develop:8080', + target: 'http://kb:8080', changeOrigin: true, pathRewrite: { '^/uc-api': '/' diff --git a/js-config.json b/js-config.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/js-config.json @@ -0,0 +1 @@ +{} \ No newline at end of file