mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-05-14 19:52:10 +08:00
chore: fix variable
This commit is contained in:
@@ -70,7 +70,7 @@ function requestHttp(uri, parameter) {
|
||||
const host = config.server || 'http://localhost:7071';
|
||||
//let url = uri.split('.').join('/');
|
||||
// url = host + '/' + url;
|
||||
url = host + '/' + uri;
|
||||
let url = host + '/' + uri;
|
||||
console.log('url:', url);
|
||||
return axios({
|
||||
url: url,
|
||||
|
||||
Reference in New Issue
Block a user