优化
This commit is contained in:
@@ -36,7 +36,7 @@ const data = ref<ClListViewItem[]>([]);
|
|||||||
|
|
||||||
onReady(() => {
|
onReady(() => {
|
||||||
request<UTSJSONObject[]>({
|
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) => {
|
.then((res) => {
|
||||||
data.value = useListView(res);
|
data.value = useListView(res);
|
||||||
|
|||||||
Reference in New Issue
Block a user