v1.1.1-修改Bug

This commit is contained in:
lik
2026-06-04 10:34:25 +08:00
parent 535827b17b
commit c924f84384
3 changed files with 11 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
class Request {
constructor(baseURL = 'https://api.huashengtec.com') {
//constructor(baseURL = 'http://127.0.0.1:9010') {
//constructor(baseURL = 'http://127.0.0.1:9004') {
this.baseURL = baseURL
}