修改了CROS的代码,options请求的origin为*。

This commit is contained in:
2023-05-17 20:24:44 +08:00
parent 21732f6bd2
commit 34c60ada3e
7 changed files with 126 additions and 66 deletions

View File

@@ -16,7 +16,7 @@
>
<div class="title-wrapper">
<span>"消7灭6"突围战</span>
<span>月入营坐席</span>
<span>{{ props.month }}月入营坐席</span>
</div>
</div>
</div>
@@ -37,9 +37,9 @@ export default {
default: () => [],
},
},
setup()
setup( props )
{
return {};
return { props, };
},
};
</script>