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 ff65fa6 commit 319c625Copy full SHA for 319c625
vol.uniapp/util/http.js
@@ -2,7 +2,7 @@ import store from '../store/index.js'
2
3
var ipAddress;
4
if (process.env.NODE_ENV === 'development') {
5
- ipAddress = "https://api.volcore.xyz/"
+ ipAddress = "http://127.0.0.1:9991/"
6
} else {
7
ipAddress = "https://api.volcore.xyz/"
8
}
0 commit comments