refactor(webapp): 更新 API基础地址并更新示例项目资源链接
- 将 baseurl.ts 中的 API 地址从本地地址修改为阿里云服务器地址 - 更新 alibabacloud_sample 项目中的 HTML 文件引用
This commit is contained in:
@@ -1 +1 @@
|
||||
export const baseURL = "http://127.0.0.1:5555"
|
||||
export const baseURL = "http://101.200.148.149:8555"
|
||||
Reference in New Issue
Block a user