refactor(webapp): 更新 API基础地址并更新示例项目资源链接

- 将 baseurl.ts 中的 API 地址从本地地址修改为阿里云服务器地址
- 更新 alibabacloud_sample 项目中的 HTML 文件引用
This commit is contained in:
liuxiaoqing
2025-08-18 14:39:23 +08:00
parent 435e56b02a
commit 439daf3b33
3 changed files with 2 additions and 501 deletions
+1 -1
View File
@@ -1 +1 @@
export const baseURL = "http://127.0.0.1:5555"
export const baseURL = "http://101.200.148.149:8555"