Browse Source

🏗:modify to the correct url

pull/6062/head
chenshuai2144 6 years ago
parent
commit
d39797b1a7
  1. 2
      config/config.ts

2
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',
},
]);

Loading…
Cancel
Save