Skip to content

Commit 0184e9f

Browse files
committed
modify by dk
1 parent 04feffe commit 0184e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VueERP/src/utils/HttpClient.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function getUrl(path) {
1414
if (path.startsWith('http')) {
1515
return path;
1616
}
17-
return `${LOCAL_SERVER}${path}`;
17+
return `${PRO_SERVER}${path}`;
1818
}
1919

2020
const errorHandler = (err) => {

0 commit comments

Comments
 (0)