|
|
@@ -18,11 +18,9 @@
|
|
|
return null;
|
|
|
}
|
|
|
|
|
|
- // let mweb_url = getQueryString('mweb_url', window.location.search);
|
|
|
-
|
|
|
- const params = new URLSearchParams(window.location.search);
|
|
|
- const mweb_url = params.get('mweb_url');
|
|
|
+ let mweb_url = getQueryString('mweb_url', window.location.search);
|
|
|
console.log('mweb_url', mweb_url)
|
|
|
+
|
|
|
$(function() {
|
|
|
// test
|
|
|
// let redirect_url = 'https://nc-fele-mips.elken.com:8015/return.html';
|