icssoa 8 months ago
parent
commit
49a57673ed
1 changed files with 1 additions and 1 deletions
  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);