We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28ab4e8 commit b46fc34Copy full SHA for b46fc34
packages/umi-plugin-ui/src/bubble/index.jsx
@@ -72,7 +72,7 @@ class App extends React.Component {
72
getMiniUrl = () => {
73
const { port } = this.props;
74
const { currentProject } = this.state;
75
- return `http://localhost:${port}/?mini&${
+ return `http://127.0.0.1:${port}/?mini&${
76
currentProject && currentProject.key ? `&key=${currentProject.key}` : ''
77
}`;
78
};
0 commit comments