修改了CROS的代码,options请求的origin为*。
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user