Browse Source

🏗:modify to the correct url

chenshuai2144 6 năm trước cách đây
mục cha
commit
d39797b1a7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      config/config.ts

+ 1 - 1
config/config.ts

@@ -73,7 +73,7 @@ if (isAntDesignProPreview) {
   plugins.push([
   plugins.push([
     'umi-plugin-pro',
     'umi-plugin-pro',
     {
     {
-      serverUrl: 'https://us-central1-antd-pro.cloudfunctions.net/api/',
+      serverUrl: 'https://us-central1-antd-pro.cloudfunctions.net/api',
     },
     },
   ]);
   ]);