Browse Source

change to fast serverUrl

pull/5475/head
陈帅 7 years ago
parent
commit
16b969fe75
  1. 2
      config/config.ts

2
config/config.ts

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

Loading…
Cancel
Save