e98b429c by xukangle

fix

1 parent e5656a0c
...@@ -535,7 +535,7 @@ function fetchRegisterUrl() { ...@@ -535,7 +535,7 @@ function fetchRegisterUrl() {
535 }).then((res: any) => { 535 }).then((res: any) => {
536 docUrlLoading.value = false; 536 docUrlLoading.value = false;
537 if (res.code == proxy.$passCode) { 537 if (res.code == proxy.$passCode) {
538 const data = res.data || []; 538 let data = docData.value = res.data || [];
539 if (data.length) { 539 if (data.length) {
540 console.log(data, 'data'); 540 console.log(data, 'data');
541 const promises = data.map(async (d) => { 541 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!