接口联调

This commit is contained in:
xuli3099
2025-08-14 14:01:54 +08:00
parent 28f24a90fd
commit a9141dfb6b
5 changed files with 92 additions and 16 deletions

View File

@@ -16,7 +16,7 @@ let title = ref('');
let wv;
onLoad(async(opt) => {
// console.log(opt)
url.value = 'http://www.baidu.com'//opt.url;
url.value = opt.url;
title.value = opt.title;
})