From c90bfa88275b63968eddf4e3378a63ba286ef988 Mon Sep 17 00:00:00 2001 From: smallchill Date: Fri, 15 Nov 2019 10:01:49 +0800 Subject: [PATCH] :zap: 2.2.1.RELEASE --- vue.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vue.config.js b/vue.config.js index c89a258..bebe49f 100644 --- a/vue.config.js +++ b/vue.config.js @@ -29,8 +29,8 @@ module.exports = { '/api': { //本地服务接口地址 // target: 'http://localhost', - //远程演示服务地址 其实官方已经提供了 让vue项目跑起来的服务器连接,好多人不知道这个 - target: 'https://saber.bladex.vip/api', + //远程演示服务地址,可用于直接启动项目 + target: 'https://saber.bladex.vip/api', ws: true, pathRewrite: { '^/api': '/'