e98b429c by xukangle

fix

1 parent e5656a0c
......@@ -535,7 +535,7 @@ function fetchRegisterUrl() {
}).then((res: any) => {
docUrlLoading.value = false;
if (res.code == proxy.$passCode) {
const data = res.data || [];
let data = docData.value = res.data || [];
if (data.length) {
console.log(data, 'data');
const promises = data.map(async (d) => {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!