|
@@ -41,7 +41,7 @@ function update_info(type, ping, budget, room) {
|
|
// 讀取作品集資料(json)
|
|
// 讀取作品集資料(json)
|
|
// 線上版網址 http://192.53.174.202:9001/api/
|
|
// 線上版網址 http://192.53.174.202:9001/api/
|
|
// 本地端網址 http://localhost:9001/api/
|
|
// 本地端網址 http://localhost:9001/api/
|
|
- fetch('http://localhost:9001/api/contents?url=/collection')
|
|
|
|
|
|
+ fetch('http://192.53.174.202:9001/api/contents?url=/collection')
|
|
.then(response => response.json())
|
|
.then(response => response.json())
|
|
.then(items => {
|
|
.then(items => {
|
|
console.log(items)
|
|
console.log(items)
|