[vue.js] successUrl 호출시 get 방식에의한 paymentKey, orderId, amount 가 노출되는데

. . .
.

await this.paymentWidget.requestPayment({
            orderId: nanoid(),
            orderName: "PAM",
            customerName: "test",
            customerEmail: "kyu@naver.com",
            customerMobilePhone: "010",
            successUrl: `${window.location.origin}/payment/success-view?pcd=PAYMENT1`,
            failUrl: `${window.location.origin}/fail`,
          });

면 successUrl데 get로 paymentKey, orderId, amount ?
.

가 vue3 는 vue2 서 successview.vue . .. (router )
Was this page helpful?