|
|
@@ -22,9 +22,9 @@
|
|
|
console.log('mweb_url', mweb_url)
|
|
|
$(function() {
|
|
|
// test
|
|
|
- // let redirect_url = 'https://nc-fele-mips.elken.com:8015/#/shop/order-list';
|
|
|
+ // let redirect_url = 'https://nc-fele-mips.elken.com:8015/return.html';
|
|
|
// prod
|
|
|
- let redirect_url = 'https://fele.ncshop.elken.com/#/shop/order-list';
|
|
|
+ let redirect_url = 'https://fele.ncshop.elken.com/return.html';
|
|
|
// window.location.replace(mweb_url + '&redirect_url=' + encodeURIComponent(redirect_url))
|
|
|
});
|
|
|
</script>
|