- 新增 payment-result 和 external 页面组件 - 更新 AppHeader 组件,添加支付结果相关路由 - 在 auth store 中添加 checkoutSessionUrl 属性 - 优化支付结果页面布局,增加回到首页按钮
15 lines
112 B
Vue
15 lines
112 B
Vue
<script setup>
|
|
|
|
</script>
|
|
|
|
<template>
|
|
<div>
|
|
<iframe>
|
|
|
|
</iframe>
|
|
</div>
|
|
</template>
|
|
|
|
<style scoped>
|
|
|
|
</style> |