From d39797b1a7c20064bcf19b1fd50911105c68baa8 Mon Sep 17 00:00:00 2001 From: chenshuai2144 Date: Thu, 5 Mar 2020 17:19:30 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=97=EF=BC=9Amodify=20to=20the=20correc?= =?UTF-8?q?t=20url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.ts b/config/config.ts index 5ae9bc42..6500b5a6 100644 --- a/config/config.ts +++ b/config/config.ts @@ -73,7 +73,7 @@ if (isAntDesignProPreview) { plugins.push([ 'umi-plugin-pro', { - serverUrl: 'https://us-central1-antd-pro.cloudfunctions.net/api/', + serverUrl: 'https://us-central1-antd-pro.cloudfunctions.net/api', }, ]);