save code
This commit is contained in:
@@ -94,12 +94,12 @@
|
||||
|
||||
<div class="input-group">
|
||||
<label for="human-url">人体图片URL:</label>
|
||||
<input type="text" id="human-url" value="http://112.126.94.241:18888/static/imgs/human_20250713_091718_fb1f8a05.jpg">
|
||||
<input type="text" id="human-url" value="http://117.50.44.174:18888/static/imgs/human_20250713_091718_fb1f8a05.jpg">
|
||||
</div>
|
||||
|
||||
<div class="input-group">
|
||||
<label for="cloth-url">衣服图片URL:</label>
|
||||
<input type="text" id="cloth-url" value="http://112.126.94.241:18888/static/imgs/cloth_20250713_092536_279335d2.jpg">
|
||||
<input type="text" id="cloth-url" value="http://117.50.44.174:18888/static/imgs/cloth_20250713_092536_279335d2.jpg">
|
||||
</div>
|
||||
|
||||
<button id="submit-btn">提交处理</button>
|
||||
@@ -136,7 +136,7 @@
|
||||
|
||||
try {
|
||||
// 发送POST请求
|
||||
const response = await fetch('http://112.126.94.241:18888/change_cloth', {
|
||||
const response = await fetch('http://117.50.44.174:18888/change_cloth', {
|
||||
method: 'POST',
|
||||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
|
||||
Reference in New Issue
Block a user