refactor(webapp): 更新 API基础地址并更新示例项目资源链接
- 将 baseurl.ts 中的 API 地址从本地地址修改为阿里云服务器地址 - 更新 alibabacloud_sample 项目中的 HTML 文件引用
This commit is contained in:
parent
435e56b02a
commit
439daf3b33
File diff suppressed because one or more lines are too long
@ -5,7 +5,7 @@
|
||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Vite + Vue + TS</title>
|
||||
<script type="module" crossorigin src="/assets/index-Cl8UF6l9.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-BwXTYU5t.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-DnCVOfYc.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@ -1 +1 @@
|
||||
export const baseURL = "http://127.0.0.1:5555"
|
||||
export const baseURL = "http://101.200.148.149:8555"
|
||||
Loading…
Reference in New Issue
Block a user