icssoa 8 달 전
부모
커밋
49a57673ed
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/demo/data/list-view.uvue

+ 1 - 1
pages/demo/data/list-view.uvue

@@ -36,7 +36,7 @@ const data = ref<ClListViewItem[]>([]);
 
 onReady(() => {
 	request<UTSJSONObject[]>({
-		url: "https://cool-service.oss-cn-shanghai.aliyuncs.com/app%2Fbase%2Fb1957e07f1254de99f44b5a711f277d2_pca_flat.json"
+		url: "https://unix.cool-js.com/data/pca_flat.json"
 	})
 		.then((res) => {
 			data.value = useListView(res);